Shades of Light Slate Blue #8585EC
Tints of Light Slate Blue #8585EC
RGB
CMYK
RGB Variations
Color information
#8585EC (or 0x8585EC) is known color: Light Slate Blue. HEX triplet: 85, 85 and EC. RGB value is (133,133,236). Sum of RGB (Red+Green+Blue) = 133+133+236=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #8585EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8585EC is #7A7A13. Grayscale: #909090. Windows color (decimal): -8026644 or 15500677. OLE color: 15500677.
HSL color Cylindrical-coordinate representation of color #8585EC: hue angle of 240º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8585EC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 133 | 236 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.07 |
| HSL | 240º | 0.73% | 0.72% | - |
| HSV(B) | 240º | 0.44% | 0.93% | - |
| XYZ | 33.2 | 27.82 | 82.98 | - |
| YUV | 144.74 | 179.5 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 236 | 0.44 | 0.44 | 0 | 0.07 | 240 | 0.73 | 0.72 |
| Hex | 85 | 85 | EC | 2C | 2C | 0 | 7 | F0 | 49 | 48 |
| Octal | 205 | 205 | 354 | 54 | 54 | 0 | 7 | 360 | 111 | 110 |
| Binary | 10000101 | 10000101 | 11101100 | 101100 | 101100 | 0 | 111 | 11110000 | 1001001 | 1001000 |
Color Harmonies of #8585EC
Complementary color
Monochromatic Colors of #8585EC
Black with #8585EC
Text Example
Text Example
White with #8585EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8585EC; }
p { color: rgb(133,133,236); }
H1.HeaderClassName
{
color: #8585EC;
}
.AnyTagClassName
{
color: #8585EC;
}
</style>
background-color css
<style>
a { background-color: #8585EC; }
a { background-color: rgb(133,133,236); }
div.DivClassName
{
background-color: #8585EC;
}
.BgClassName
{
background-color: #8585EC;
}
</style>
border-color css
<style>
span { border-color: #8585EC; }
span { border-color: rgb(133,133,236); }
td.TdClassName
{
border-color: #8585EC;
}
.TagClassName
{
border-color: #8585EC;
}
</style>