Shades of Light Slate Blue #886CFF
Tints of Light Slate Blue #886CFF
RGB
CMYK
RGB Variations
Color information
#886CFF (or 0x886CFF) is known color: Light Slate Blue. HEX triplet: 88, 6C and FF. RGB value is (136,108,255). Sum of RGB (Red+Green+Blue) = 136+108+255=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #886CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CFF is #779300. Grayscale: #848484. Windows color (decimal): -7836417 or 16739464. OLE color: 16739464.
HSL color Cylindrical-coordinate representation of color #886CFF: hue angle of 251.43º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #886CFF is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 108 | 255 | - |
| CMYK | 0.47 | 0.58 | 0 | 0 |
| HSL | 251.43º | 1% | 0.71% | - |
| HSV(B) | 251.43º | 0.58% | 1% | - |
| XYZ | 33.57 | 23.18 | 97.31 | - |
| YUV | 133.13 | 196.78 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 255 | 0.47 | 0.58 | 0 | 0 | 251.43 | 1 | 0.71 |
| Hex | 88 | 6C | FF | 2F | 3A | 0 | 0 | FB | 64 | 47 |
| Octal | 210 | 154 | 377 | 57 | 72 | 0 | 0 | 373 | 144 | 107 |
| Binary | 10001000 | 1101100 | 11111111 | 101111 | 111010 | 0 | 0 | 11111011 | 1100100 | 1000111 |
Color Harmonies of #886CFF
Complementary color
Monochromatic Colors of #886CFF
Black with #886CFF
Text Example
Text Example
White with #886CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CFF; }
p { color: rgb(136,108,255); }
H1.HeaderClassName
{
color: #886CFF;
}
.AnyTagClassName
{
color: #886CFF;
}
</style>
background-color css
<style>
a { background-color: #886CFF; }
a { background-color: rgb(136,108,255); }
div.DivClassName
{
background-color: #886CFF;
}
.BgClassName
{
background-color: #886CFF;
}
</style>
border-color css
<style>
span { border-color: #886CFF; }
span { border-color: rgb(136,108,255); }
td.TdClassName
{
border-color: #886CFF;
}
.TagClassName
{
border-color: #886CFF;
}
</style>