Shades of Slate Blue #5E4FDD
Tints of Slate Blue #5E4FDD
RGB
CMYK
RGB Variations
Color information
#5E4FDD (or 0x5E4FDD) is known color: Slate Blue. HEX triplet: 5E, 4F and DD. RGB value is (94,79,221). Sum of RGB (Red+Green+Blue) = 94+79+221=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E4FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FDD is #A1B022. Grayscale: #636363. Windows color (decimal): -10596387 or 14503774. OLE color: 14503774.
HSL color Cylindrical-coordinate representation of color #5E4FDD: hue angle of 246.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E4FDD is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 79 | 221 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.13 |
| HSL | 246.34º | 0.68% | 0.59% | - |
| HSV(B) | 246.34º | 0.64% | 0.87% | - |
| XYZ | 20.46 | 13.19 | 69.87 | - |
| YUV | 99.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 221 | 0.57 | 0.64 | 0 | 0.13 | 246.34 | 0.68 | 0.59 |
| Hex | 5E | 4F | DD | 39 | 40 | 0 | D | F6 | 44 | 3B |
| Octal | 136 | 117 | 335 | 71 | 100 | 0 | 15 | 366 | 104 | 73 |
| Binary | 1011110 | 1001111 | 11011101 | 111001 | 1000000 | 0 | 1101 | 11110110 | 1000100 | 111011 |
Color Harmonies of #5E4FDD
Complementary color
Monochromatic Colors of #5E4FDD
Black with #5E4FDD
Text Example
Text Example
White with #5E4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4FDD; }
p { color: rgb(94,79,221); }
H1.HeaderClassName
{
color: #5E4FDD;
}
.AnyTagClassName
{
color: #5E4FDD;
}
</style>
background-color css
<style>
a { background-color: #5E4FDD; }
a { background-color: rgb(94,79,221); }
div.DivClassName
{
background-color: #5E4FDD;
}
.BgClassName
{
background-color: #5E4FDD;
}
</style>
border-color css
<style>
span { border-color: #5E4FDD; }
span { border-color: rgb(94,79,221); }
td.TdClassName
{
border-color: #5E4FDD;
}
.TagClassName
{
border-color: #5E4FDD;
}
</style>