Shades of Light Slate Blue #8881EE
Tints of Light Slate Blue #8881EE
RGB
CMYK
RGB Variations
Color information
#8881EE (or 0x8881EE) is known color: Light Slate Blue. HEX triplet: 88, 81 and EE. RGB value is (136,129,238). Sum of RGB (Red+Green+Blue) = 136+129+238=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #8881EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8881EE is #777E11. Grayscale: #8F8F8F. Windows color (decimal): -7831058 or 15630728. OLE color: 15630728.
HSL color Cylindrical-coordinate representation of color #8881EE: hue angle of 243.85º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8881EE is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 129 | 238 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.07 |
| HSL | 243.85º | 0.76% | 0.72% | - |
| HSV(B) | 243.85º | 0.46% | 0.93% | - |
| XYZ | 33.44 | 27.11 | 84.36 | - |
| YUV | 143.52 | 181.32 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 238 | 0.43 | 0.46 | 0 | 0.07 | 243.85 | 0.76 | 0.72 |
| Hex | 88 | 81 | EE | 2B | 2E | 0 | 7 | F4 | 4C | 48 |
| Octal | 210 | 201 | 356 | 53 | 56 | 0 | 7 | 364 | 114 | 110 |
| Binary | 10001000 | 10000001 | 11101110 | 101011 | 101110 | 0 | 111 | 11110100 | 1001100 | 1001000 |
Color Harmonies of #8881EE
Complementary color
Monochromatic Colors of #8881EE
Black with #8881EE
Text Example
Text Example
White with #8881EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8881EE; }
p { color: rgb(136,129,238); }
H1.HeaderClassName
{
color: #8881EE;
}
.AnyTagClassName
{
color: #8881EE;
}
</style>
background-color css
<style>
a { background-color: #8881EE; }
a { background-color: rgb(136,129,238); }
div.DivClassName
{
background-color: #8881EE;
}
.BgClassName
{
background-color: #8881EE;
}
</style>
border-color css
<style>
span { border-color: #8881EE; }
span { border-color: rgb(136,129,238); }
td.TdClassName
{
border-color: #8881EE;
}
.TagClassName
{
border-color: #8881EE;
}
</style>