Html Css Color HEX #5E41CF Slate Blue

📋 copy color: '#5E41CF'

red 94 ◦ green 65 ◦ blue 207

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

Shades of Slate Blue #5E41CF

Tints of Slate Blue #5E41CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.76%

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

R = 25.68%
G = 17.76%
B = 56.56%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E41CF (or 0x5E41CF) is known color: Slate Blue. HEX triplet: 5E, 41 and CF. RGB value is (94,65,207). Sum of RGB (Red+Green+Blue) = 94+65+207=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E41CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E41CF is #A1BE30. Grayscale: #595959. Windows color (decimal): -10599985 or 13582686. OLE color: 13582686.

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

Color convert

RGB 94 65 207 -
CMYK 0.55 0.69 0 0.19
HSL 252.25º 0.6% 0.53% -
HSV(B) 252.25º 0.69% 0.81% -
XYZ 17.77 10.67 60.15 -
YUV 89.86 194.11 130.95 -
System Red Green Blue C M Y K H S L
Decimal 94 65 207 0.55 0.69 0 0.19 252.25 0.6 0.53
Hex 5E 41 CF 37 45 0 13 FC 3C 35
Octal 136 101 317 67 105 0 23 374 74 65
Binary 1011110 1000001 11001111 110111 1000101 0 10011 11111100 111100 110101

Color Harmonies of #5E41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E41CF

Black with #5E41CF

Text Example


Text Example

White with #5E41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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