Html Css Color HEX #5E4ECF Slate Blue

📋 copy color: '#5E4ECF'

red 94 ◦ green 78 ◦ blue 207

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

Shades of Slate Blue #5E4ECF

Tints of Slate Blue #5E4ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 207 (81.25% from 255) = 54.62%

R = 24.8%
G = 20.58%
B = 54.62%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E4ECF (or 0x5E4ECF) is known color: Slate Blue. HEX triplet: 5E, 4E and CF. RGB value is (94,78,207). Sum of RGB (Red+Green+Blue) = 94+78+207=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E4ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4ECF is #A1B130. Grayscale: #606060. Windows color (decimal): -10596657 or 13586014. OLE color: 13586014.

HSL color Cylindrical-coordinate representation of color #5E4ECF: hue angle of 247.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E4ECF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 78 207 -
CMYK 0.55 0.62 0 0.19
HSL 247.44º 0.57% 0.56% -
HSV(B) 247.44º 0.62% 0.81% -
XYZ 18.6 12.33 60.43 -
YUV 97.49 189.8 125.51 -
System Red Green Blue C M Y K H S L
Decimal 94 78 207 0.55 0.62 0 0.19 247.44 0.57 0.56
Hex 5E 4E CF 37 3E 0 13 F7 39 38
Octal 136 116 317 67 76 0 23 367 71 70
Binary 1011110 1001110 11001111 110111 111110 0 10011 11110111 111001 111000

Color Harmonies of #5E4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4ECF

Black with #5E4ECF

Text Example


Text Example

White with #5E4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,78,207); }

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

background-color css

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

 a { background-color: rgb(94,78,207); }

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

border-color css

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

 span { border-color: rgb(94,78,207); }

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