Shades of Light Slate Blue #8880EC
Tints of Light Slate Blue #8880EC
RGB
CMYK
RGB Variations
Color information
#8880EC (or 0x8880EC) is known color: Light Slate Blue. HEX triplet: 88, 80 and EC. RGB value is (136,128,236). Sum of RGB (Red+Green+Blue) = 136+128+236=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #8880EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8880EC is #777F13. Grayscale: #8E8E8E. Windows color (decimal): -7831316 or 15499400. OLE color: 15499400.
HSL color Cylindrical-coordinate representation of color #8880EC: hue angle of 244.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8880EC is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 128 | 236 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.07 |
| HSL | 244.44º | 0.74% | 0.71% | - |
| HSV(B) | 244.44º | 0.46% | 0.93% | - |
| XYZ | 33.01 | 26.73 | 82.78 | - |
| YUV | 142.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 236 | 0.42 | 0.46 | 0 | 0.07 | 244.44 | 0.74 | 0.71 |
| Hex | 88 | 80 | EC | 2A | 2E | 0 | 7 | F4 | 4A | 47 |
| Octal | 210 | 200 | 354 | 52 | 56 | 0 | 7 | 364 | 112 | 107 |
| Binary | 10001000 | 10000000 | 11101100 | 101010 | 101110 | 0 | 111 | 11110100 | 1001010 | 1000111 |
Color Harmonies of #8880EC
Complementary color
Monochromatic Colors of #8880EC
Black with #8880EC
Text Example
Text Example
White with #8880EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880EC; }
p { color: rgb(136,128,236); }
H1.HeaderClassName
{
color: #8880EC;
}
.AnyTagClassName
{
color: #8880EC;
}
</style>
background-color css
<style>
a { background-color: #8880EC; }
a { background-color: rgb(136,128,236); }
div.DivClassName
{
background-color: #8880EC;
}
.BgClassName
{
background-color: #8880EC;
}
</style>
border-color css
<style>
span { border-color: #8880EC; }
span { border-color: rgb(136,128,236); }
td.TdClassName
{
border-color: #8880EC;
}
.TagClassName
{
border-color: #8880EC;
}
</style>