#5F4DC9

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

Shades of Slate Blue #5F4DC9

Tints of Slate Blue #5F4DC9

Color information

#5F4DC9 (or 0x5F4DC9) is unknown color: approx Slate Blue. HEX triplet: 5F, 4D and C9. RGB value is (95,77,201). Sum of RGB (Red+Green+Blue) = 95+77+201=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #5F4DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4DC9 is #A0B236. Grayscale: #606060. Windows color (decimal): -10531383 or 13192543. OLE color: 13192543.

HSL color Cylindrical-coordinate representation of color #5F4DC9: hue angle of 248.71º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F4DC9 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9577201-
CMYK0.530.6200.21
HSL248.71º53.45%54.51%-
HSV(B)248.71º61.69%78.82%-
XYZ17.9211.9656.62-
YUV96.52186.96126.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.47%
GREEN value IS 77 (30.47% from 255) = 20.64%
BLUE value IS 201 (78.91% from 255) = 53.89%
R=25.47%
G=20.64%
B=53.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95772010.530.6200.21248.7153.4554.51
Hex5F4DC9353E015f93537
Octal13711531165760253716567
Binary101111110011011100100111010111111001010111111001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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