Colors

Color Blocks

You can use colors, for Embeds or some Image Editing

Input
Function
Output

Basic color picker

#ff0000

Generate a random color each time

(#000000 - #ffffff)

Input a custom HEX color

#4287f5

Make a custom Color Using RGB (Red, Green, Blue)

RGB (255, 127.5, 0)

Blend 2 colors, that mean their two Hex codes will be combined into one new color

#991a80

Example

Make an embed, add a color, add a description, send the embed to user

Output

Received Embed

Cheat

To use an RGB block with 255 colors, you can use simple math

You know that 100 % is 255, but maximal input is 100

So you divide 100 by 255 and multiply it by whatever RGB value you wish

Make a RGB conventer

Output is #ffd25a

which is in RGB 255, 210, 90

Last updated

Was this helpful?