Shades of Light Slate Blue #8882FF
Tints of Light Slate Blue #8882FF
RGB
CMYK
RGB Variations
Color information
#8882FF (or 0x8882FF) is known color: Light Slate Blue. HEX triplet: 88, 82 and FF. RGB value is (136,130,255). Sum of RGB (Red+Green+Blue) = 136+130+255=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #8882FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8882FF is #777D00. Grayscale: #919191. Windows color (decimal): -7830785 or 16745096. OLE color: 16745096.
HSL color Cylindrical-coordinate representation of color #8882FF: hue angle of 242.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8882FF is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 130 | 255 | - |
| CMYK | 0.47 | 0.49 | 0 | 0 |
| HSL | 242.88º | 1% | 0.75% | - |
| HSV(B) | 242.88º | 0.49% | 1% | - |
| XYZ | 36.19 | 28.42 | 98.19 | - |
| YUV | 146.04 | 189.49 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 255 | 0.47 | 0.49 | 0 | 0 | 242.88 | 1 | 0.75 |
| Hex | 88 | 82 | FF | 2F | 31 | 0 | 0 | F3 | 64 | 4B |
| Octal | 210 | 202 | 377 | 57 | 61 | 0 | 0 | 363 | 144 | 113 |
| Binary | 10001000 | 10000010 | 11111111 | 101111 | 110001 | 0 | 0 | 11110011 | 1100100 | 1001011 |
Color Harmonies of #8882FF
Complementary color
Monochromatic Colors of #8882FF
Black with #8882FF
Text Example
Text Example
White with #8882FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8882FF; }
p { color: rgb(136,130,255); }
H1.HeaderClassName
{
color: #8882FF;
}
.AnyTagClassName
{
color: #8882FF;
}
</style>
background-color css
<style>
a { background-color: #8882FF; }
a { background-color: rgb(136,130,255); }
div.DivClassName
{
background-color: #8882FF;
}
.BgClassName
{
background-color: #8882FF;
}
</style>
border-color css
<style>
span { border-color: #8882FF; }
span { border-color: rgb(136,130,255); }
td.TdClassName
{
border-color: #8882FF;
}
.TagClassName
{
border-color: #8882FF;
}
</style>