Shades of Light Slate Blue #8C85EC
Tints of Light Slate Blue #8C85EC
RGB
CMYK
RGB Variations
Color information
#8C85EC (or 0x8C85EC) is known color: Light Slate Blue. HEX triplet: 8C, 85 and EC. RGB value is (140,133,236). Sum of RGB (Red+Green+Blue) = 140+133+236=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C85EC is #737A13. Grayscale: #929292. Windows color (decimal): -7567892 or 15500684. OLE color: 15500684.
HSL color Cylindrical-coordinate representation of color #8C85EC: hue angle of 244.08º 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 #8C85EC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 133 | 236 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.07 |
| HSL | 244.08º | 0.73% | 0.72% | - |
| HSV(B) | 244.08º | 0.44% | 0.93% | - |
| XYZ | 34.34 | 28.41 | 83.03 | - |
| YUV | 146.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 236 | 0.41 | 0.44 | 0 | 0.07 | 244.08 | 0.73 | 0.72 |
| Hex | 8C | 85 | EC | 29 | 2C | 0 | 7 | F4 | 49 | 48 |
| Octal | 214 | 205 | 354 | 51 | 54 | 0 | 7 | 364 | 111 | 110 |
| Binary | 10001100 | 10000101 | 11101100 | 101001 | 101100 | 0 | 111 | 11110100 | 1001001 | 1001000 |
Color Harmonies of #8C85EC
Complementary color
Monochromatic Colors of #8C85EC
Black with #8C85EC
Text Example
Text Example
White with #8C85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C85EC; }
p { color: rgb(140,133,236); }
H1.HeaderClassName
{
color: #8C85EC;
}
.AnyTagClassName
{
color: #8C85EC;
}
</style>
background-color css
<style>
a { background-color: #8C85EC; }
a { background-color: rgb(140,133,236); }
div.DivClassName
{
background-color: #8C85EC;
}
.BgClassName
{
background-color: #8C85EC;
}
</style>
border-color css
<style>
span { border-color: #8C85EC; }
span { border-color: rgb(140,133,236); }
td.TdClassName
{
border-color: #8C85EC;
}
.TagClassName
{
border-color: #8C85EC;
}
</style>