Shades of Light Slate Blue #8881FF
Tints of Light Slate Blue #8881FF
RGB
CMYK
RGB Variations
Color information
#8881FF (or 0x8881FF) is known color: Light Slate Blue. HEX triplet: 88, 81 and FF. RGB value is (136,129,255). Sum of RGB (Red+Green+Blue) = 136+129+255=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #8881FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8881FF is #777E00. Grayscale: #909090. Windows color (decimal): -7831041 or 16744840. OLE color: 16744840.
HSL color Cylindrical-coordinate representation of color #8881FF: hue angle of 243.33º 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 #8881FF is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 129 | 255 | - |
| CMYK | 0.47 | 0.49 | 0 | 0 |
| HSL | 243.33º | 1% | 0.75% | - |
| HSV(B) | 243.33º | 0.49% | 1% | - |
| XYZ | 36.05 | 28.15 | 98.14 | - |
| YUV | 145.46 | 189.82 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 255 | 0.47 | 0.49 | 0 | 0 | 243.33 | 1 | 0.75 |
| Hex | 88 | 81 | FF | 2F | 31 | 0 | 0 | F3 | 64 | 4B |
| Octal | 210 | 201 | 377 | 57 | 61 | 0 | 0 | 363 | 144 | 113 |
| Binary | 10001000 | 10000001 | 11111111 | 101111 | 110001 | 0 | 0 | 11110011 | 1100100 | 1001011 |
Color Harmonies of #8881FF
Complementary color
Monochromatic Colors of #8881FF
Black with #8881FF
Text Example
Text Example
White with #8881FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8881FF; }
p { color: rgb(136,129,255); }
H1.HeaderClassName
{
color: #8881FF;
}
.AnyTagClassName
{
color: #8881FF;
}
</style>
background-color css
<style>
a { background-color: #8881FF; }
a { background-color: rgb(136,129,255); }
div.DivClassName
{
background-color: #8881FF;
}
.BgClassName
{
background-color: #8881FF;
}
</style>
border-color css
<style>
span { border-color: #8881FF; }
span { border-color: rgb(136,129,255); }
td.TdClassName
{
border-color: #8881FF;
}
.TagClassName
{
border-color: #8881FF;
}
</style>