#5D4AD9

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

Shades of Slate Blue #5D4AD9

Tints of Slate Blue #5D4AD9

Color information

#5D4AD9 (or 0x5D4AD9) is unknown color: approx Slate Blue. HEX triplet: 5D, 4A and D9. RGB value is (93,74,217). Sum of RGB (Red+Green+Blue) = 93+74+217=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 217 (85.16% from 255 or 56.51% from 384); Max value from RGB is 217 - color contains mainly: blue. Hex color #5D4AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4AD9 is #A2B526. Grayscale: #5F5F5F. Windows color (decimal): -10663207 or 14240349. OLE color: 14240349.

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

Color convert

RGB9374217-
CMYK0.570.6600.15
HSL247.97º65.3%57.06%-
HSV(B)247.97º65.9%85.1%-
XYZ19.4912.2366.98-
YUV95.98196.29125.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.22%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 217 (85.16% from 255) = 56.51%
R=24.22%
G=19.27%
B=56.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal93742170.570.6600.15247.9765.357.06
Hex5D4AD939420Ff84139
Octal1351123317110201737010171
Binary1011101100101011011001111001100001001111111110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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