Shades of Slate Blue #5E4CCA
Tints of Slate Blue #5E4CCA
RGB
CMYK
RGB Variations
Color information
#5E4CCA (or 0x5E4CCA) is known color: Slate Blue. HEX triplet: 5E, 4C and CA. RGB value is (94,76,202). Sum of RGB (Red+Green+Blue) = 94+76+202=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E4CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4CCA is #A1B335. Grayscale: #5F5F5F. Windows color (decimal): -10597174 or 13257822. OLE color: 13257822.
HSL color Cylindrical-coordinate representation of color #5E4CCA: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E4CCA is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 76 | 202 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.21 |
| HSL | 248.57º | 0.54% | 0.55% | - |
| HSV(B) | 248.57º | 0.62% | 0.79% | - |
| XYZ | 17.86 | 11.81 | 57.22 | - |
| YUV | 95.75 | 187.96 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 76 | 202 | 0.53 | 0.62 | 0 | 0.21 | 248.57 | 0.54 | 0.55 |
| Hex | 5E | 4C | CA | 35 | 3E | 0 | 15 | F9 | 36 | 37 |
| Octal | 136 | 114 | 312 | 65 | 76 | 0 | 25 | 371 | 66 | 67 |
| Binary | 1011110 | 1001100 | 11001010 | 110101 | 111110 | 0 | 10101 | 11111001 | 110110 | 110111 |
Color Harmonies of #5E4CCA
Complementary color
Monochromatic Colors of #5E4CCA
Black with #5E4CCA
Text Example
Text Example
White with #5E4CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4CCA; }
p { color: rgb(94,76,202); }
H1.HeaderClassName
{
color: #5E4CCA;
}
.AnyTagClassName
{
color: #5E4CCA;
}
</style>
background-color css
<style>
a { background-color: #5E4CCA; }
a { background-color: rgb(94,76,202); }
div.DivClassName
{
background-color: #5E4CCA;
}
.BgClassName
{
background-color: #5E4CCA;
}
</style>
border-color css
<style>
span { border-color: #5E4CCA; }
span { border-color: rgb(94,76,202); }
td.TdClassName
{
border-color: #5E4CCA;
}
.TagClassName
{
border-color: #5E4CCA;
}
</style>