Html Css Color HEX #5F4ECE Slate Blue

📋 copy color: '#5F4ECE'

red 95 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #5F4ECE

Tints of Slate Blue #5F4ECE

RGB

 RED value IS 95 (37.5% from 255) = 25.07%

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

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 25.07%
G = 20.58%
B = 54.35%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F4ECE (or 0x5F4ECE) is known color: Slate Blue. HEX triplet: 5F, 4E and CE. RGB value is (95,78,206). Sum of RGB (Red+Green+Blue) = 95+78+206=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4ECE is #A0B131. Grayscale: #616161. Windows color (decimal): -10531122 or 13520479. OLE color: 13520479.

HSL color Cylindrical-coordinate representation of color #5F4ECE: hue angle of 247.97º 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 #5F4ECE is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 78 206 -
CMYK 0.54 0.62 0 0.19
HSL 247.97º 0.57% 0.56% -
HSV(B) 247.97º 0.62% 0.81% -
XYZ 18.58 12.34 59.79 -
YUV 97.68 189.13 126.09 -
System Red Green Blue C M Y K H S L
Decimal 95 78 206 0.54 0.62 0 0.19 247.97 0.57 0.56
Hex 5F 4E CE 36 3E 0 13 F8 39 38
Octal 137 116 316 66 76 0 23 370 71 70
Binary 1011111 1001110 11001110 110110 111110 0 10011 11111000 111001 111000

Color Harmonies of #5F4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4ECE

Black with #5F4ECE

Text Example


Text Example

White with #5F4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,78,206); }

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

background-color css

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

 a { background-color: rgb(95,78,206); }

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

border-color css

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

 span { border-color: rgb(95,78,206); }

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