Shades of Light Slate Blue #8885EC
Tints of Light Slate Blue #8885EC
RGB
CMYK
RGB Variations
Color information
#8885EC (or 0x8885EC) is known color: Light Slate Blue. HEX triplet: 88, 85 and EC. RGB value is (136,133,236). Sum of RGB (Red+Green+Blue) = 136+133+236=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #8885EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8885EC is #777A13. Grayscale: #919191. Windows color (decimal): -7830036 or 15500680. OLE color: 15500680.
HSL color Cylindrical-coordinate representation of color #8885EC: hue angle of 241.75º 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 #8885EC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 133 | 236 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.07 |
| HSL | 241.75º | 0.73% | 0.72% | - |
| HSV(B) | 241.75º | 0.44% | 0.93% | - |
| XYZ | 33.68 | 28.07 | 83 | - |
| YUV | 145.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 236 | 0.42 | 0.44 | 0 | 0.07 | 241.75 | 0.73 | 0.72 |
| Hex | 88 | 85 | EC | 2A | 2C | 0 | 7 | F2 | 49 | 48 |
| Octal | 210 | 205 | 354 | 52 | 54 | 0 | 7 | 362 | 111 | 110 |
| Binary | 10001000 | 10000101 | 11101100 | 101010 | 101100 | 0 | 111 | 11110010 | 1001001 | 1001000 |
Color Harmonies of #8885EC
Complementary color
Monochromatic Colors of #8885EC
Black with #8885EC
Text Example
Text Example
White with #8885EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8885EC; }
p { color: rgb(136,133,236); }
H1.HeaderClassName
{
color: #8885EC;
}
.AnyTagClassName
{
color: #8885EC;
}
</style>
background-color css
<style>
a { background-color: #8885EC; }
a { background-color: rgb(136,133,236); }
div.DivClassName
{
background-color: #8885EC;
}
.BgClassName
{
background-color: #8885EC;
}
</style>
border-color css
<style>
span { border-color: #8885EC; }
span { border-color: rgb(136,133,236); }
td.TdClassName
{
border-color: #8885EC;
}
.TagClassName
{
border-color: #8885EC;
}
</style>