Shades of Light Slate Blue #8884EC
Tints of Light Slate Blue #8884EC
RGB
CMYK
RGB Variations
Color information
#8884EC (or 0x8884EC) is known color: Light Slate Blue. HEX triplet: 88, 84 and EC. RGB value is (136,132,236). Sum of RGB (Red+Green+Blue) = 136+132+236=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 132 (51.95% from 255 or 26.19% 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 #8884EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8884EC is #777B13. Grayscale: #909090. Windows color (decimal): -7830292 or 15500424. OLE color: 15500424.
HSL color Cylindrical-coordinate representation of color #8884EC: hue angle of 242.31º 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 #8884EC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 132 | 236 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.07 |
| HSL | 242.31º | 0.73% | 0.72% | - |
| HSV(B) | 242.31º | 0.44% | 0.93% | - |
| XYZ | 33.54 | 27.79 | 82.95 | - |
| YUV | 145.05 | 179.33 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 236 | 0.42 | 0.44 | 0 | 0.07 | 242.31 | 0.73 | 0.72 |
| Hex | 88 | 84 | EC | 2A | 2C | 0 | 7 | F2 | 49 | 48 |
| Octal | 210 | 204 | 354 | 52 | 54 | 0 | 7 | 362 | 111 | 110 |
| Binary | 10001000 | 10000100 | 11101100 | 101010 | 101100 | 0 | 111 | 11110010 | 1001001 | 1001000 |
Color Harmonies of #8884EC
Complementary color
Monochromatic Colors of #8884EC
Black with #8884EC
Text Example
Text Example
White with #8884EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884EC; }
p { color: rgb(136,132,236); }
H1.HeaderClassName
{
color: #8884EC;
}
.AnyTagClassName
{
color: #8884EC;
}
</style>
background-color css
<style>
a { background-color: #8884EC; }
a { background-color: rgb(136,132,236); }
div.DivClassName
{
background-color: #8884EC;
}
.BgClassName
{
background-color: #8884EC;
}
</style>
border-color css
<style>
span { border-color: #8884EC; }
span { border-color: rgb(136,132,236); }
td.TdClassName
{
border-color: #8884EC;
}
.TagClassName
{
border-color: #8884EC;
}
</style>