Shades of Light Slate Blue #8884FF
Tints of Light Slate Blue #8884FF
RGB
CMYK
RGB Variations
Color information
#8884FF (or 0x8884FF) is known color: Light Slate Blue. HEX triplet: 88, 84 and FF. RGB value is (136,132,255). Sum of RGB (Red+Green+Blue) = 136+132+255=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #8884FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8884FF is #777B00. Grayscale: #929292. Windows color (decimal): -7830273 or 16745608. OLE color: 16745608.
HSL color Cylindrical-coordinate representation of color #8884FF: hue angle of 241.95º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8884FF is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 132 | 255 | - |
| CMYK | 0.47 | 0.48 | 0 | 0 |
| HSL | 241.95º | 1% | 0.76% | - |
| HSV(B) | 241.95º | 0.48% | 1% | - |
| XYZ | 36.45 | 28.96 | 98.28 | - |
| YUV | 147.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 255 | 0.47 | 0.48 | 0 | 0 | 241.95 | 1 | 0.76 |
| Hex | 88 | 84 | FF | 2F | 30 | 0 | 0 | F2 | 64 | 4C |
| Octal | 210 | 204 | 377 | 57 | 60 | 0 | 0 | 362 | 144 | 114 |
| Binary | 10001000 | 10000100 | 11111111 | 101111 | 110000 | 0 | 0 | 11110010 | 1100100 | 1001100 |
Color Harmonies of #8884FF
Complementary color
Monochromatic Colors of #8884FF
Black with #8884FF
Text Example
Text Example
White with #8884FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884FF; }
p { color: rgb(136,132,255); }
H1.HeaderClassName
{
color: #8884FF;
}
.AnyTagClassName
{
color: #8884FF;
}
</style>
background-color css
<style>
a { background-color: #8884FF; }
a { background-color: rgb(136,132,255); }
div.DivClassName
{
background-color: #8884FF;
}
.BgClassName
{
background-color: #8884FF;
}
</style>
border-color css
<style>
span { border-color: #8884FF; }
span { border-color: rgb(136,132,255); }
td.TdClassName
{
border-color: #8884FF;
}
.TagClassName
{
border-color: #8884FF;
}
</style>