Shades of Slate Blue #5E46CB
Tints of Slate Blue #5E46CB
RGB
CMYK
RGB Variations
Color information
#5E46CB (or 0x5E46CB) is known color: Slate Blue. HEX triplet: 5E, 46 and CB. RGB value is (94,70,203). Sum of RGB (Red+Green+Blue) = 94+70+203=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E46CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E46CB is #A1B934. Grayscale: #5B5B5B. Windows color (decimal): -10598709 or 13321822. OLE color: 13321822.
HSL color Cylindrical-coordinate representation of color #5E46CB: hue angle of 250.83º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E46CB is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 70 | 203 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.20 |
| HSL | 250.83º | 0.56% | 0.54% | - |
| HSV(B) | 250.83º | 0.66% | 0.8% | - |
| XYZ | 17.59 | 11.07 | 57.71 | - |
| YUV | 92.34 | 190.45 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 203 | 0.54 | 0.66 | 0 | 0.20 | 250.83 | 0.56 | 0.54 |
| Hex | 5E | 46 | CB | 36 | 42 | 0 | 14 | FB | 38 | 36 |
| Octal | 136 | 106 | 313 | 66 | 102 | 0 | 24 | 373 | 70 | 66 |
| Binary | 1011110 | 1000110 | 11001011 | 110110 | 1000010 | 0 | 10100 | 11111011 | 111000 | 110110 |
Color Harmonies of #5E46CB
Complementary color
Monochromatic Colors of #5E46CB
Black with #5E46CB
Text Example
Text Example
White with #5E46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E46CB; }
p { color: rgb(94,70,203); }
H1.HeaderClassName
{
color: #5E46CB;
}
.AnyTagClassName
{
color: #5E46CB;
}
</style>
background-color css
<style>
a { background-color: #5E46CB; }
a { background-color: rgb(94,70,203); }
div.DivClassName
{
background-color: #5E46CB;
}
.BgClassName
{
background-color: #5E46CB;
}
</style>
border-color css
<style>
span { border-color: #5E46CB; }
span { border-color: rgb(94,70,203); }
td.TdClassName
{
border-color: #5E46CB;
}
.TagClassName
{
border-color: #5E46CB;
}
</style>