#5F4DC7

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

Shades of Slate Blue #5F4DC7

Tints of Slate Blue #5F4DC7

Color information

#5F4DC7 (or 0x5F4DC7) is unknown color: approx Slate Blue. HEX triplet: 5F, 4D and C7. RGB value is (95,77,199). Sum of RGB (Red+Green+Blue) = 95+77+199=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #5F4DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4DC7 is #A0B238. Grayscale: #5F5F5F. Windows color (decimal): -10531385 or 13061471. OLE color: 13061471.

HSL color Cylindrical-coordinate representation of color #5F4DC7: hue angle of 248.85º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F4DC7 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9577199-
CMYK0.520.6100.22
HSL248.85º52.14%54.12%-
HSV(B)248.85º61.31%78.04%-
XYZ17.6811.8655.39-
YUV96.29185.96127.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 199 (78.12% from 255) = 53.64%
R=25.61%
G=20.75%
B=53.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95771990.520.6100.22248.8552.1454.12
Hex5F4DC7343D016f93436
Octal13711530764750263716466
Binary101111110011011100011111010011110101011011111001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,77,199); }

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

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

 a { background-color: rgb(95,77,199); }

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

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

 span { border-color: rgb(95,77,199); }

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