Html Css Color HEX #5E4DE4 Slate Blue

📋 copy color: '#5E4DE4'

red 94 ◦ green 77 ◦ blue 228

#5E4DE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5E4DE4

Tints of Slate Blue #5E4DE4

RGB

 RED value IS 94 (37.11% from 255) = 23.56%

 GREEN value IS 77 (30.47% from 255) = 19.3%

 BLUE value IS 228 (89.45% from 255) = 57.14%

R = 23.56%
G = 19.3%
B = 57.14%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5E4DE4 (or 0x5E4DE4) is known color: Slate Blue. HEX triplet: 5E, 4D and E4. RGB value is (94,77,228). Sum of RGB (Red+Green+Blue) = 94+77+228=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #5E4DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4DE4 is #A1B21B. Grayscale: #626262. Windows color (decimal): -10596892 or 14962014. OLE color: 14962014.

HSL color Cylindrical-coordinate representation of color #5E4DE4: hue angle of 246.75º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E4DE4 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 94 77 228 -
CMYK 0.59 0.66 0 0.11
HSL 246.76º 0.74% 0.6% -
HSV(B) 246.76º 0.66% 0.89% -
XYZ 21.27 13.29 74.84 -
YUV 99.3 200.63 124.22 -
System Red Green Blue C M Y K H S L
Decimal 94 77 228 0.59 0.66 0 0.11 246.76 0.74 0.6
Hex 5E 4D E4 3B 42 0 B F7 4A 3C
Octal 136 115 344 73 102 0 13 367 112 74
Binary 1011110 1001101 11100100 111011 1000010 0 1011 11110111 1001010 111100

Color Harmonies of #5E4DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4DE4

Black with #5E4DE4

Text Example


Text Example

White with #5E4DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,77,228); }

 H1.HeaderClassName
 {
   color: #5E4DE4;
 }
 .AnyTagClassName
 {
   color: #5E4DE4;
 }
</style>

background-color css

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

 a { background-color: rgb(94,77,228); }

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

border-color css

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

 span { border-color: rgb(94,77,228); }

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