Shades of Slate Blue #5D4CE4
Tints of Slate Blue #5D4CE4
RGB
CMYK
RGB Variations
Color information
#5D4CE4 (or 0x5D4CE4) is known color: Slate Blue. HEX triplet: 5D, 4C and E4. RGB value is (93,76,228). Sum of RGB (Red+Green+Blue) = 93+76+228=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 228 (89.45% from 255 or 57.43% from 397); Max value from RGB is 228 - color contains mainly: blue. Hex color #5D4CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CE4 is #A2B31B. Grayscale: #616161. Windows color (decimal): -10662684 or 14961757. OLE color: 14961757.
HSL color Cylindrical-coordinate representation of color #5D4CE4: hue angle of 246.71º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D4CE4 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 93 | 76 | 228 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.11 |
| HSL | 246.71º | 0.74% | 0.6% | - |
| HSV(B) | 246.71º | 0.67% | 0.89% | - |
| XYZ | 21.1 | 13.1 | 74.81 | - |
| YUV | 98.41 | 201.13 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 228 | 0.59 | 0.67 | 0 | 0.11 | 246.71 | 0.74 | 0.6 |
| Hex | 5D | 4C | E4 | 3B | 43 | 0 | B | F7 | 4A | 3C |
| Octal | 135 | 114 | 344 | 73 | 103 | 0 | 13 | 367 | 112 | 74 |
| Binary | 1011101 | 1001100 | 11100100 | 111011 | 1000011 | 0 | 1011 | 11110111 | 1001010 | 111100 |
Color Harmonies of #5D4CE4
Complementary color
Monochromatic Colors of #5D4CE4
Black with #5D4CE4
Text Example
Text Example
White with #5D4CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4CE4; }
p { color: rgb(93,76,228); }
H1.HeaderClassName
{
color: #5D4CE4;
}
.AnyTagClassName
{
color: #5D4CE4;
}
</style>
background-color css
<style>
a { background-color: #5D4CE4; }
a { background-color: rgb(93,76,228); }
div.DivClassName
{
background-color: #5D4CE4;
}
.BgClassName
{
background-color: #5D4CE4;
}
</style>
border-color css
<style>
span { border-color: #5D4CE4; }
span { border-color: rgb(93,76,228); }
td.TdClassName
{
border-color: #5D4CE4;
}
.TagClassName
{
border-color: #5D4CE4;
}
</style>