Shades of Slate Blue #5E4DD0
Tints of Slate Blue #5E4DD0
RGB
CMYK
RGB Variations
Color information
#5E4DD0 (or 0x5E4DD0) is known color: Slate Blue. HEX triplet: 5E, 4D and D0. RGB value is (94,77,208). Sum of RGB (Red+Green+Blue) = 94+77+208=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #5E4DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4DD0 is #A1B22F. Grayscale: #606060. Windows color (decimal): -10596912 or 13651294. OLE color: 13651294.
HSL color Cylindrical-coordinate representation of color #5E4DD0: hue angle of 247.79º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E4DD0 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 77 | 208 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.18 |
| HSL | 247.79º | 0.58% | 0.56% | - |
| HSV(B) | 247.79º | 0.63% | 0.82% | - |
| XYZ | 18.66 | 12.24 | 61.05 | - |
| YUV | 97.02 | 190.63 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 77 | 208 | 0.55 | 0.63 | 0 | 0.18 | 247.79 | 0.58 | 0.56 |
| Hex | 5E | 4D | D0 | 37 | 3F | 0 | 12 | F8 | 3A | 38 |
| Octal | 136 | 115 | 320 | 67 | 77 | 0 | 22 | 370 | 72 | 70 |
| Binary | 1011110 | 1001101 | 11010000 | 110111 | 111111 | 0 | 10010 | 11111000 | 111010 | 111000 |
Color Harmonies of #5E4DD0
Complementary color
Monochromatic Colors of #5E4DD0
Black with #5E4DD0
Text Example
Text Example
White with #5E4DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4DD0; }
p { color: rgb(94,77,208); }
H1.HeaderClassName
{
color: #5E4DD0;
}
.AnyTagClassName
{
color: #5E4DD0;
}
</style>
background-color css
<style>
a { background-color: #5E4DD0; }
a { background-color: rgb(94,77,208); }
div.DivClassName
{
background-color: #5E4DD0;
}
.BgClassName
{
background-color: #5E4DD0;
}
</style>
border-color css
<style>
span { border-color: #5E4DD0; }
span { border-color: rgb(94,77,208); }
td.TdClassName
{
border-color: #5E4DD0;
}
.TagClassName
{
border-color: #5E4DD0;
}
</style>