Shades of Light Slate Blue #8884ED
Tints of Light Slate Blue #8884ED
RGB
CMYK
RGB Variations
Color information
#8884ED (or 0x8884ED) is known color: Light Slate Blue. HEX triplet: 88, 84 and ED. RGB value is (136,132,237). Sum of RGB (Red+Green+Blue) = 136+132+237=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #8884ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8884ED is #777B12. Grayscale: #909090. Windows color (decimal): -7830291 or 15565960. OLE color: 15565960.
HSL color Cylindrical-coordinate representation of color #8884ED: hue angle of 242.29º degrees, saturation: 0.74, 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 #8884ED is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 132 | 237 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.07 |
| HSL | 242.29º | 0.74% | 0.72% | - |
| HSV(B) | 242.29º | 0.44% | 0.93% | - |
| XYZ | 33.69 | 27.85 | 83.72 | - |
| YUV | 145.17 | 179.83 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 237 | 0.43 | 0.44 | 0 | 0.07 | 242.29 | 0.74 | 0.72 |
| Hex | 88 | 84 | ED | 2B | 2C | 0 | 7 | F2 | 4A | 48 |
| Octal | 210 | 204 | 355 | 53 | 54 | 0 | 7 | 362 | 112 | 110 |
| Binary | 10001000 | 10000100 | 11101101 | 101011 | 101100 | 0 | 111 | 11110010 | 1001010 | 1001000 |
Color Harmonies of #8884ED
Complementary color
Monochromatic Colors of #8884ED
Black with #8884ED
Text Example
Text Example
White with #8884ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884ED; }
p { color: rgb(136,132,237); }
H1.HeaderClassName
{
color: #8884ED;
}
.AnyTagClassName
{
color: #8884ED;
}
</style>
background-color css
<style>
a { background-color: #8884ED; }
a { background-color: rgb(136,132,237); }
div.DivClassName
{
background-color: #8884ED;
}
.BgClassName
{
background-color: #8884ED;
}
</style>
border-color css
<style>
span { border-color: #8884ED; }
span { border-color: rgb(136,132,237); }
td.TdClassName
{
border-color: #8884ED;
}
.TagClassName
{
border-color: #8884ED;
}
</style>