#5E4CD9

Color #5E4CD9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5E4CD9

Tints of Slate Blue #5E4CD9

Color information

#5E4CD9 (or 0x5E4CD9) is unknown color: approx Slate Blue. HEX triplet: 5E, 4C and D9. RGB value is (94,76,217). Sum of RGB (Red+Green+Blue) = 94+76+217=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #5E4CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4CD9 is #A1B326. Grayscale: #606060. Windows color (decimal): -10597159 or 14240862. OLE color: 14240862.

HSL color Cylindrical-coordinate representation of color #5E4CD9: hue angle of 247.66º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E4CD9 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9476217-
CMYK0.570.6500.15
HSL247.66º64.98%57.45%-
HSV(B)247.66º64.98%85.1%-
XYZ19.7212.5667.03-
YUV97.46195.46125.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 24.29%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 217 (85.16% from 255) = 56.07%
R=24.29%
G=19.64%
B=56.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal94762170.570.6500.15247.6664.9857.45
Hex5E4CD939410Ff84139
Octal1361143317110101737010171
Binary1011110100110011011001111001100000101111111110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E4CD9; }

 p { color: rgb(94,76,217); }

 H1.HeaderClassName
 {
   color: #5E4CD9;
 }
 .AnyTagClassName
 {
   color: #5E4CD9;
 }
</style>
background-color css

<style>
 a { background-color: #5E4CD9; }

 a { background-color: rgb(94,76,217); }

 div.DivClassName
 {
   background-color: #5E4CD9;
 }
 .BgClassName
 {
   background-color: #5E4CD9;
 }
</style>
border-color css

<style>
 span { border-color: #5E4CD9; }

 span { border-color: rgb(94,76,217); }

 td.TdClassName
 {
   border-color: #5E4CD9;
 }
 .TagClassName
 {
   border-color: #5E4CD9;
 }
</style>