Shades of Light Slate Blue #8886F6
Tints of Light Slate Blue #8886F6
RGB
CMYK
RGB Variations
Color information
#8886F6 (or 0x8886F6) is known color: Light Slate Blue. HEX triplet: 88, 86 and F6. RGB value is (136,134,246). Sum of RGB (Red+Green+Blue) = 136+134+246=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #8886F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8886F6 is #777909. Grayscale: #929292. Windows color (decimal): -7829770 or 16156296. OLE color: 16156296.
HSL color Cylindrical-coordinate representation of color #8886F6: hue angle of 241.07º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8886F6 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 134 | 246 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.04 |
| HSL | 241.07º | 0.86% | 0.75% | - |
| HSV(B) | 241.07º | 0.46% | 0.96% | - |
| XYZ | 35.31 | 28.94 | 90.91 | - |
| YUV | 147.37 | 183.66 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 246 | 0.45 | 0.46 | 0 | 0.04 | 241.07 | 0.86 | 0.75 |
| Hex | 88 | 86 | F6 | 2D | 2E | 0 | 4 | F1 | 56 | 4B |
| Octal | 210 | 206 | 366 | 55 | 56 | 0 | 4 | 361 | 126 | 113 |
| Binary | 10001000 | 10000110 | 11110110 | 101101 | 101110 | 0 | 100 | 11110001 | 1010110 | 1001011 |
Color Harmonies of #8886F6
Complementary color
Monochromatic Colors of #8886F6
Black with #8886F6
Text Example
Text Example
White with #8886F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8886F6; }
p { color: rgb(136,134,246); }
H1.HeaderClassName
{
color: #8886F6;
}
.AnyTagClassName
{
color: #8886F6;
}
</style>
background-color css
<style>
a { background-color: #8886F6; }
a { background-color: rgb(136,134,246); }
div.DivClassName
{
background-color: #8886F6;
}
.BgClassName
{
background-color: #8886F6;
}
</style>
border-color css
<style>
span { border-color: #8886F6; }
span { border-color: rgb(136,134,246); }
td.TdClassName
{
border-color: #8886F6;
}
.TagClassName
{
border-color: #8886F6;
}
</style>