Shades of Light Slate Blue #8581EC
Tints of Light Slate Blue #8581EC
RGB
CMYK
RGB Variations
Color information
#8581EC (or 0x8581EC) is known color: Light Slate Blue. HEX triplet: 85, 81 and EC. RGB value is (133,129,236). Sum of RGB (Red+Green+Blue) = 133+129+236=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #8581EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8581EC is #7A7E13. Grayscale: #8D8D8D. Windows color (decimal): -8027668 or 15499653. OLE color: 15499653.
HSL color Cylindrical-coordinate representation of color #8581EC: hue angle of 242.24º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8581EC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 129 | 236 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.07 |
| HSL | 242.24º | 0.74% | 0.72% | - |
| HSV(B) | 242.24º | 0.45% | 0.93% | - |
| XYZ | 32.66 | 26.74 | 82.8 | - |
| YUV | 142.39 | 180.83 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 236 | 0.44 | 0.45 | 0 | 0.07 | 242.24 | 0.74 | 0.72 |
| Hex | 85 | 81 | EC | 2C | 2D | 0 | 7 | F2 | 4A | 48 |
| Octal | 205 | 201 | 354 | 54 | 55 | 0 | 7 | 362 | 112 | 110 |
| Binary | 10000101 | 10000001 | 11101100 | 101100 | 101101 | 0 | 111 | 11110010 | 1001010 | 1001000 |
Color Harmonies of #8581EC
Complementary color
Monochromatic Colors of #8581EC
Black with #8581EC
Text Example
Text Example
White with #8581EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581EC; }
p { color: rgb(133,129,236); }
H1.HeaderClassName
{
color: #8581EC;
}
.AnyTagClassName
{
color: #8581EC;
}
</style>
background-color css
<style>
a { background-color: #8581EC; }
a { background-color: rgb(133,129,236); }
div.DivClassName
{
background-color: #8581EC;
}
.BgClassName
{
background-color: #8581EC;
}
</style>
border-color css
<style>
span { border-color: #8581EC; }
span { border-color: rgb(133,129,236); }
td.TdClassName
{
border-color: #8581EC;
}
.TagClassName
{
border-color: #8581EC;
}
</style>