Shades of Light Slate Blue #886FFF
Tints of Light Slate Blue #886FFF
RGB
CMYK
RGB Variations
Color information
#886FFF (or 0x886FFF) is known color: Light Slate Blue. HEX triplet: 88, 6F and FF. RGB value is (136,111,255). Sum of RGB (Red+Green+Blue) = 136+111+255=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #886FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FFF is #779000. Grayscale: #868686. Windows color (decimal): -7835649 or 16740232. OLE color: 16740232.
HSL color Cylindrical-coordinate representation of color #886FFF: hue angle of 250.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #886FFF is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 111 | 255 | - |
| CMYK | 0.47 | 0.56 | 0 | 0 |
| HSL | 250.42º | 1% | 0.72% | - |
| HSV(B) | 250.42º | 0.56% | 1% | - |
| XYZ | 33.89 | 23.82 | 97.42 | - |
| YUV | 134.89 | 195.78 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 255 | 0.47 | 0.56 | 0 | 0 | 250.42 | 1 | 0.72 |
| Hex | 88 | 6F | FF | 2F | 38 | 0 | 0 | FA | 64 | 48 |
| Octal | 210 | 157 | 377 | 57 | 70 | 0 | 0 | 372 | 144 | 110 |
| Binary | 10001000 | 1101111 | 11111111 | 101111 | 111000 | 0 | 0 | 11111010 | 1100100 | 1001000 |
Color Harmonies of #886FFF
Complementary color
Monochromatic Colors of #886FFF
Black with #886FFF
Text Example
Text Example
White with #886FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FFF; }
p { color: rgb(136,111,255); }
H1.HeaderClassName
{
color: #886FFF;
}
.AnyTagClassName
{
color: #886FFF;
}
</style>
background-color css
<style>
a { background-color: #886FFF; }
a { background-color: rgb(136,111,255); }
div.DivClassName
{
background-color: #886FFF;
}
.BgClassName
{
background-color: #886FFF;
}
</style>
border-color css
<style>
span { border-color: #886FFF; }
span { border-color: rgb(136,111,255); }
td.TdClassName
{
border-color: #886FFF;
}
.TagClassName
{
border-color: #886FFF;
}
</style>