Shades of Light Slate Blue #886BFC
Tints of Light Slate Blue #886BFC
RGB
CMYK
RGB Variations
Color information
#886BFC (or 0x886BFC) is known color: Light Slate Blue. HEX triplet: 88, 6B and FC. RGB value is (136,107,252). Sum of RGB (Red+Green+Blue) = 136+107+252=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #886BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886BFC is #779403. Grayscale: #838383. Windows color (decimal): -7836676 or 16542600. OLE color: 16542600.
HSL color Cylindrical-coordinate representation of color #886BFC: hue angle of 252º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #886BFC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 107 | 252 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.01 |
| HSL | 252º | 0.96% | 0.7% | - |
| HSV(B) | 252º | 0.58% | 0.99% | - |
| XYZ | 32.98 | 22.78 | 94.75 | - |
| YUV | 132.2 | 195.61 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 252 | 0.46 | 0.58 | 0 | 0.01 | 252 | 0.96 | 0.7 |
| Hex | 88 | 6B | FC | 2E | 3A | 0 | 1 | FC | 60 | 46 |
| Octal | 210 | 153 | 374 | 56 | 72 | 0 | 1 | 374 | 140 | 106 |
| Binary | 10001000 | 1101011 | 11111100 | 101110 | 111010 | 0 | 1 | 11111100 | 1100000 | 1000110 |
Color Harmonies of #886BFC
Complementary color
Monochromatic Colors of #886BFC
Black with #886BFC
Text Example
Text Example
White with #886BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BFC; }
p { color: rgb(136,107,252); }
H1.HeaderClassName
{
color: #886BFC;
}
.AnyTagClassName
{
color: #886BFC;
}
</style>
background-color css
<style>
a { background-color: #886BFC; }
a { background-color: rgb(136,107,252); }
div.DivClassName
{
background-color: #886BFC;
}
.BgClassName
{
background-color: #886BFC;
}
</style>
border-color css
<style>
span { border-color: #886BFC; }
span { border-color: rgb(136,107,252); }
td.TdClassName
{
border-color: #886BFC;
}
.TagClassName
{
border-color: #886BFC;
}
</style>