#5F4AD9

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

Shades of Slate Blue #5F4AD9

Tints of Slate Blue #5F4AD9

Color information

#5F4AD9 (or 0x5F4AD9) is unknown color: approx Slate Blue. HEX triplet: 5F, 4A and D9. RGB value is (95,74,217). Sum of RGB (Red+Green+Blue) = 95+74+217=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 217 (85.16% from 255 or 56.22% from 386); Max value from RGB is 217 - color contains mainly: blue. Hex color #5F4AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4AD9 is #A0B526. Grayscale: #606060. Windows color (decimal): -10532135 or 14240351. OLE color: 14240351.

HSL color Cylindrical-coordinate representation of color #5F4AD9: hue angle of 248.81º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F4AD9 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9574217-
CMYK0.560.6600.15
HSL248.81º65.3%57.06%-
HSV(B)248.81º65.9%85.1%-
XYZ19.6912.3466.99-
YUV96.58195.96126.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.61%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 217 (85.16% from 255) = 56.22%
R=24.61%
G=19.17%
B=56.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95742170.560.6600.15248.8165.357.06
Hex5F4AD938420Ff94139
Octal1371123317010201737110171
Binary1011111100101011011001111000100001001111111110011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,74,217); }

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

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

 a { background-color: rgb(95,74,217); }

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

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

 span { border-color: rgb(95,74,217); }

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