Shades of Light Slate Blue #8785EC
Tints of Light Slate Blue #8785EC
RGB
CMYK
RGB Variations
Color information
#8785EC (or 0x8785EC) is known color: Light Slate Blue. HEX triplet: 87, 85 and EC. RGB value is (135,133,236). Sum of RGB (Red+Green+Blue) = 135+133+236=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #8785EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8785EC is #787A13. Grayscale: #909090. Windows color (decimal): -7895572 or 15500679. OLE color: 15500679.
HSL color Cylindrical-coordinate representation of color #8785EC: hue angle of 241.17º 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 #8785EC is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 133 | 236 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.07 |
| HSL | 241.17º | 0.73% | 0.72% | - |
| HSV(B) | 241.17º | 0.44% | 0.93% | - |
| XYZ | 33.52 | 27.98 | 82.99 | - |
| YUV | 145.34 | 179.16 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 236 | 0.43 | 0.44 | 0 | 0.07 | 241.17 | 0.73 | 0.72 |
| Hex | 87 | 85 | EC | 2B | 2C | 0 | 7 | F1 | 49 | 48 |
| Octal | 207 | 205 | 354 | 53 | 54 | 0 | 7 | 361 | 111 | 110 |
| Binary | 10000111 | 10000101 | 11101100 | 101011 | 101100 | 0 | 111 | 11110001 | 1001001 | 1001000 |
Color Harmonies of #8785EC
Complementary color
Monochromatic Colors of #8785EC
Black with #8785EC
Text Example
Text Example
White with #8785EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8785EC; }
p { color: rgb(135,133,236); }
H1.HeaderClassName
{
color: #8785EC;
}
.AnyTagClassName
{
color: #8785EC;
}
</style>
background-color css
<style>
a { background-color: #8785EC; }
a { background-color: rgb(135,133,236); }
div.DivClassName
{
background-color: #8785EC;
}
.BgClassName
{
background-color: #8785EC;
}
</style>
border-color css
<style>
span { border-color: #8785EC; }
span { border-color: rgb(135,133,236); }
td.TdClassName
{
border-color: #8785EC;
}
.TagClassName
{
border-color: #8785EC;
}
</style>