Shades of Slate Blue #5E4AD4
Tints of Slate Blue #5E4AD4
RGB
CMYK
RGB Variations
Color information
#5E4AD4 (or 0x5E4AD4) is known color: Slate Blue. HEX triplet: 5E, 4A and D4. RGB value is (94,74,212). Sum of RGB (Red+Green+Blue) = 94+74+212=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 212 (83.20% from 255 or 55.79% from 380); Max value from RGB is 212 - color contains mainly: blue. Hex color #5E4AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4AD4 is #A1B52B. Grayscale: #5F5F5F. Windows color (decimal): -10597676 or 13912670. OLE color: 13912670.
HSL color Cylindrical-coordinate representation of color #5E4AD4: hue angle of 248.7º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E4AD4 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 74 | 212 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.17 |
| HSL | 248.7º | 0.62% | 0.56% | - |
| HSV(B) | 248.7º | 0.65% | 0.83% | - |
| XYZ | 18.95 | 12.03 | 63.61 | - |
| YUV | 95.71 | 193.63 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 74 | 212 | 0.56 | 0.65 | 0 | 0.17 | 248.7 | 0.62 | 0.56 |
| Hex | 5E | 4A | D4 | 38 | 41 | 0 | 11 | F9 | 3E | 38 |
| Octal | 136 | 112 | 324 | 70 | 101 | 0 | 21 | 371 | 76 | 70 |
| Binary | 1011110 | 1001010 | 11010100 | 111000 | 1000001 | 0 | 10001 | 11111001 | 111110 | 111000 |
Color Harmonies of #5E4AD4
Complementary color
Monochromatic Colors of #5E4AD4
Black with #5E4AD4
Text Example
Text Example
White with #5E4AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4AD4; }
p { color: rgb(94,74,212); }
H1.HeaderClassName
{
color: #5E4AD4;
}
.AnyTagClassName
{
color: #5E4AD4;
}
</style>
background-color css
<style>
a { background-color: #5E4AD4; }
a { background-color: rgb(94,74,212); }
div.DivClassName
{
background-color: #5E4AD4;
}
.BgClassName
{
background-color: #5E4AD4;
}
</style>
border-color css
<style>
span { border-color: #5E4AD4; }
span { border-color: rgb(94,74,212); }
td.TdClassName
{
border-color: #5E4AD4;
}
.TagClassName
{
border-color: #5E4AD4;
}
</style>