#5F4FD9

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

Shades of Slate Blue #5F4FD9

Tints of Slate Blue #5F4FD9

Color information

#5F4FD9 (or 0x5F4FD9) is unknown color: approx Slate Blue. HEX triplet: 5F, 4F and D9. RGB value is (95,79,217). Sum of RGB (Red+Green+Blue) = 95+79+217=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 217 (85.16% from 255 or 55.50% from 391); Max value from RGB is 217 - color contains mainly: blue. Hex color #5F4FD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4FD9 is #A0B026. Grayscale: #626262. Windows color (decimal): -10530855 or 14241631. OLE color: 14241631.

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

Color convert

RGB9579217-
CMYK0.560.6400.15
HSL246.96º64.49%58.04%-
HSV(B)246.96º63.59%85.1%-
XYZ20.0413.0367.11-
YUV99.52194.3124.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 217 (85.16% from 255) = 55.50%
R=24.30%
G=20.20%
B=55.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95792170.560.6400.15246.9664.4958.04
Hex5F4FD938400Ff7403a
Octal1371173317010001736710072
Binary1011111100111111011001111000100000001111111101111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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