Shades of Light Slate Blue #886FFE
Tints of Light Slate Blue #886FFE
RGB
CMYK
RGB Variations
Color information
#886FFE (or 0x886FFE) is known color: Light Slate Blue. HEX triplet: 88, 6F and FE. RGB value is (136,111,254). Sum of RGB (Red+Green+Blue) = 136+111+254=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #886FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FFE is #779001. Grayscale: #868686. Windows color (decimal): -7835650 or 16674696. OLE color: 16674696.
HSL color Cylindrical-coordinate representation of color #886FFE: hue angle of 250.49º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #886FFE is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 111 | 254 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.00 |
| HSL | 250.49º | 0.99% | 0.72% | - |
| HSV(B) | 250.49º | 0.56% | 1% | - |
| XYZ | 33.73 | 23.76 | 96.57 | - |
| YUV | 134.78 | 195.28 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 254 | 0.46 | 0.56 | 0 | 0.00 | 250.49 | 0.99 | 0.72 |
| Hex | 88 | 6F | FE | 2E | 38 | 0 | 0 | FA | 63 | 48 |
| Octal | 210 | 157 | 376 | 56 | 70 | 0 | 0 | 372 | 143 | 110 |
| Binary | 10001000 | 1101111 | 11111110 | 101110 | 111000 | 0 | 0 | 11111010 | 1100011 | 1001000 |
Color Harmonies of #886FFE
Complementary color
Monochromatic Colors of #886FFE
Black with #886FFE
Text Example
Text Example
White with #886FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FFE; }
p { color: rgb(136,111,254); }
H1.HeaderClassName
{
color: #886FFE;
}
.AnyTagClassName
{
color: #886FFE;
}
</style>
background-color css
<style>
a { background-color: #886FFE; }
a { background-color: rgb(136,111,254); }
div.DivClassName
{
background-color: #886FFE;
}
.BgClassName
{
background-color: #886FFE;
}
</style>
border-color css
<style>
span { border-color: #886FFE; }
span { border-color: rgb(136,111,254); }
td.TdClassName
{
border-color: #886FFE;
}
.TagClassName
{
border-color: #886FFE;
}
</style>