Shades of Slate Blue #5E4ACD
Tints of Slate Blue #5E4ACD
RGB
CMYK
RGB Variations
Color information
#5E4ACD (or 0x5E4ACD) is known color: Slate Blue. HEX triplet: 5E, 4A and CD. RGB value is (94,74,205). Sum of RGB (Red+Green+Blue) = 94+74+205=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E4ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4ACD is #A1B532. Grayscale: #5E5E5E. Windows color (decimal): -10597683 or 13453918. OLE color: 13453918.
HSL color Cylindrical-coordinate representation of color #5E4ACD: hue angle of 249.16º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E4ACD is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 74 | 205 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.20 |
| HSL | 249.16º | 0.57% | 0.55% | - |
| HSV(B) | 249.16º | 0.64% | 0.8% | - |
| XYZ | 18.08 | 11.69 | 59.06 | - |
| YUV | 94.91 | 190.13 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 74 | 205 | 0.54 | 0.64 | 0 | 0.20 | 249.16 | 0.57 | 0.55 |
| Hex | 5E | 4A | CD | 36 | 40 | 0 | 14 | F9 | 39 | 37 |
| Octal | 136 | 112 | 315 | 66 | 100 | 0 | 24 | 371 | 71 | 67 |
| Binary | 1011110 | 1001010 | 11001101 | 110110 | 1000000 | 0 | 10100 | 11111001 | 111001 | 110111 |
Color Harmonies of #5E4ACD
Complementary color
Monochromatic Colors of #5E4ACD
Black with #5E4ACD
Text Example
Text Example
White with #5E4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4ACD; }
p { color: rgb(94,74,205); }
H1.HeaderClassName
{
color: #5E4ACD;
}
.AnyTagClassName
{
color: #5E4ACD;
}
</style>
background-color css
<style>
a { background-color: #5E4ACD; }
a { background-color: rgb(94,74,205); }
div.DivClassName
{
background-color: #5E4ACD;
}
.BgClassName
{
background-color: #5E4ACD;
}
</style>
border-color css
<style>
span { border-color: #5E4ACD; }
span { border-color: rgb(94,74,205); }
td.TdClassName
{
border-color: #5E4ACD;
}
.TagClassName
{
border-color: #5E4ACD;
}
</style>