public async Task HexColor(int r, int g, int b) => await ReplyAsync(embed : await UtilitiesService.GetHexColorAsync(r, g, b));