Shades of Slate Blue #5D4ECC
Tints of Slate Blue #5D4ECC
RGB
CMYK
RGB Variations
Color information
#5D4ECC (or 0x5D4ECC) is known color: Slate Blue. HEX triplet: 5D, 4E and CC. RGB value is (93,78,204). Sum of RGB (Red+Green+Blue) = 93+78+204=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D4ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4ECC is #A2B133. Grayscale: #606060. Windows color (decimal): -10662196 or 13389405. OLE color: 13389405.
HSL color Cylindrical-coordinate representation of color #5D4ECC: hue angle of 247.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D4ECC is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 78 | 204 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.2 |
| HSL | 247.14º | 0.55% | 0.55% | - |
| HSV(B) | 247.14º | 0.62% | 0.8% | - |
| XYZ | 18.14 | 12.14 | 58.51 | - |
| YUV | 96.85 | 188.47 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 204 | 0.54 | 0.62 | 0 | 0.2 | 247.14 | 0.55 | 0.55 |
| Hex | 5D | 4E | CC | 36 | 3E | 0 | 14 | F7 | 37 | 37 |
| Octal | 135 | 116 | 314 | 66 | 76 | 0 | 24 | 367 | 67 | 67 |
| Binary | 1011101 | 1001110 | 11001100 | 110110 | 111110 | 0 | 10100 | 11110111 | 110111 | 110111 |
Color Harmonies of #5D4ECC
Complementary color
Monochromatic Colors of #5D4ECC
Black with #5D4ECC
Text Example
Text Example
White with #5D4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4ECC; }
p { color: rgb(93,78,204); }
H1.HeaderClassName
{
color: #5D4ECC;
}
.AnyTagClassName
{
color: #5D4ECC;
}
</style>
background-color css
<style>
a { background-color: #5D4ECC; }
a { background-color: rgb(93,78,204); }
div.DivClassName
{
background-color: #5D4ECC;
}
.BgClassName
{
background-color: #5D4ECC;
}
</style>
border-color css
<style>
span { border-color: #5D4ECC; }
span { border-color: rgb(93,78,204); }
td.TdClassName
{
border-color: #5D4ECC;
}
.TagClassName
{
border-color: #5D4ECC;
}
</style>