Shades of Slate Blue #5D4CD6
Tints of Slate Blue #5D4CD6
RGB
CMYK
RGB Variations
Color information
#5D4CD6 (or 0x5D4CD6) is known color: Slate Blue. HEX triplet: 5D, 4C and D6. RGB value is (93,76,214). Sum of RGB (Red+Green+Blue) = 93+76+214=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #5D4CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CD6 is #A2B329. Grayscale: #606060. Windows color (decimal): -10662698 or 14044253. OLE color: 14044253.
HSL color Cylindrical-coordinate representation of color #5D4CD6: hue angle of 247.39º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D4CD6 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 76 | 214 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.16 |
| HSL | 247.39º | 0.63% | 0.57% | - |
| HSV(B) | 247.39º | 0.64% | 0.84% | - |
| XYZ | 19.24 | 12.35 | 64.99 | - |
| YUV | 96.82 | 194.13 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 214 | 0.57 | 0.64 | 0 | 0.16 | 247.39 | 0.63 | 0.57 |
| Hex | 5D | 4C | D6 | 39 | 40 | 0 | 10 | F7 | 3F | 39 |
| Octal | 135 | 114 | 326 | 71 | 100 | 0 | 20 | 367 | 77 | 71 |
| Binary | 1011101 | 1001100 | 11010110 | 111001 | 1000000 | 0 | 10000 | 11110111 | 111111 | 111001 |
Color Harmonies of #5D4CD6
Complementary color
Monochromatic Colors of #5D4CD6
Black with #5D4CD6
Text Example
Text Example
White with #5D4CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4CD6; }
p { color: rgb(93,76,214); }
H1.HeaderClassName
{
color: #5D4CD6;
}
.AnyTagClassName
{
color: #5D4CD6;
}
</style>
background-color css
<style>
a { background-color: #5D4CD6; }
a { background-color: rgb(93,76,214); }
div.DivClassName
{
background-color: #5D4CD6;
}
.BgClassName
{
background-color: #5D4CD6;
}
</style>
border-color css
<style>
span { border-color: #5D4CD6; }
span { border-color: rgb(93,76,214); }
td.TdClassName
{
border-color: #5D4CD6;
}
.TagClassName
{
border-color: #5D4CD6;
}
</style>