Shades of Slate Blue #5D4ECA
Tints of Slate Blue #5D4ECA
RGB
CMYK
RGB Variations
Color information
#5D4ECA (or 0x5D4ECA) is known color: Slate Blue. HEX triplet: 5D, 4E and CA. RGB value is (93,78,202). Sum of RGB (Red+Green+Blue) = 93+78+202=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D4ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4ECA is #A2B135. Grayscale: #606060. Windows color (decimal): -10662198 or 13258333. OLE color: 13258333.
HSL color Cylindrical-coordinate representation of color #5D4ECA: hue angle of 247.26º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D4ECA is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 78 | 202 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.21 |
| HSL | 247.26º | 0.54% | 0.55% | - |
| HSV(B) | 247.26º | 0.61% | 0.79% | - |
| XYZ | 17.9 | 12.04 | 57.26 | - |
| YUV | 96.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 202 | 0.54 | 0.61 | 0 | 0.21 | 247.26 | 0.54 | 0.55 |
| Hex | 5D | 4E | CA | 36 | 3D | 0 | 15 | F7 | 36 | 37 |
| Octal | 135 | 116 | 312 | 66 | 75 | 0 | 25 | 367 | 66 | 67 |
| Binary | 1011101 | 1001110 | 11001010 | 110110 | 111101 | 0 | 10101 | 11110111 | 110110 | 110111 |
Color Harmonies of #5D4ECA
Complementary color
Monochromatic Colors of #5D4ECA
Black with #5D4ECA
Text Example
Text Example
White with #5D4ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4ECA; }
p { color: rgb(93,78,202); }
H1.HeaderClassName
{
color: #5D4ECA;
}
.AnyTagClassName
{
color: #5D4ECA;
}
</style>
background-color css
<style>
a { background-color: #5D4ECA; }
a { background-color: rgb(93,78,202); }
div.DivClassName
{
background-color: #5D4ECA;
}
.BgClassName
{
background-color: #5D4ECA;
}
</style>
border-color css
<style>
span { border-color: #5D4ECA; }
span { border-color: rgb(93,78,202); }
td.TdClassName
{
border-color: #5D4ECA;
}
.TagClassName
{
border-color: #5D4ECA;
}
</style>