Shades of Light Slate Blue #8886FA
Tints of Light Slate Blue #8886FA
RGB
CMYK
RGB Variations
Color information
#8886FA (or 0x8886FA) is known color: Light Slate Blue. HEX triplet: 88, 86 and FA. RGB value is (136,134,250). Sum of RGB (Red+Green+Blue) = 136+134+250=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #8886FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8886FA is #777905. Grayscale: #939393. Windows color (decimal): -7829766 or 16418440. OLE color: 16418440.
HSL color Cylindrical-coordinate representation of color #8886FA: hue angle of 241.03º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8886FA is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 134 | 250 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.02 |
| HSL | 241.03º | 0.92% | 0.75% | - |
| HSV(B) | 241.03º | 0.46% | 0.98% | - |
| XYZ | 35.93 | 29.19 | 94.18 | - |
| YUV | 147.82 | 185.66 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 250 | 0.46 | 0.46 | 0 | 0.02 | 241.03 | 0.92 | 0.75 |
| Hex | 88 | 86 | FA | 2E | 2E | 0 | 2 | F1 | 5C | 4B |
| Octal | 210 | 206 | 372 | 56 | 56 | 0 | 2 | 361 | 134 | 113 |
| Binary | 10001000 | 10000110 | 11111010 | 101110 | 101110 | 0 | 10 | 11110001 | 1011100 | 1001011 |
Color Harmonies of #8886FA
Complementary color
Monochromatic Colors of #8886FA
Black with #8886FA
Text Example
Text Example
White with #8886FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8886FA; }
p { color: rgb(136,134,250); }
H1.HeaderClassName
{
color: #8886FA;
}
.AnyTagClassName
{
color: #8886FA;
}
</style>
background-color css
<style>
a { background-color: #8886FA; }
a { background-color: rgb(136,134,250); }
div.DivClassName
{
background-color: #8886FA;
}
.BgClassName
{
background-color: #8886FA;
}
</style>
border-color css
<style>
span { border-color: #8886FA; }
span { border-color: rgb(136,134,250); }
td.TdClassName
{
border-color: #8886FA;
}
.TagClassName
{
border-color: #8886FA;
}
</style>