Shades of Slate Blue #5E43D6
Tints of Slate Blue #5E43D6
RGB
CMYK
RGB Variations
Color information
#5E43D6 (or 0x5E43D6) is known color: Slate Blue. HEX triplet: 5E, 43 and D6. RGB value is (94,67,214). Sum of RGB (Red+Green+Blue) = 94+67+214=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #5E43D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E43D6 is #A1BC29. Grayscale: #5B5B5B. Windows color (decimal): -10599466 or 14041950. OLE color: 14041950.
HSL color Cylindrical-coordinate representation of color #5E43D6: hue angle of 251.02º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E43D6 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 67 | 214 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.16 |
| HSL | 251.02º | 0.64% | 0.55% | - |
| HSV(B) | 251.02º | 0.69% | 0.84% | - |
| XYZ | 18.76 | 11.25 | 64.8 | - |
| YUV | 91.83 | 196.95 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 214 | 0.56 | 0.69 | 0 | 0.16 | 251.02 | 0.64 | 0.55 |
| Hex | 5E | 43 | D6 | 38 | 45 | 0 | 10 | FB | 40 | 37 |
| Octal | 136 | 103 | 326 | 70 | 105 | 0 | 20 | 373 | 100 | 67 |
| Binary | 1011110 | 1000011 | 11010110 | 111000 | 1000101 | 0 | 10000 | 11111011 | 1000000 | 110111 |
Color Harmonies of #5E43D6
Complementary color
Monochromatic Colors of #5E43D6
Black with #5E43D6
Text Example
Text Example
White with #5E43D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E43D6; }
p { color: rgb(94,67,214); }
H1.HeaderClassName
{
color: #5E43D6;
}
.AnyTagClassName
{
color: #5E43D6;
}
</style>
background-color css
<style>
a { background-color: #5E43D6; }
a { background-color: rgb(94,67,214); }
div.DivClassName
{
background-color: #5E43D6;
}
.BgClassName
{
background-color: #5E43D6;
}
</style>
border-color css
<style>
span { border-color: #5E43D6; }
span { border-color: rgb(94,67,214); }
td.TdClassName
{
border-color: #5E43D6;
}
.TagClassName
{
border-color: #5E43D6;
}
</style>