Shades of Light Slate Blue #886DFC
Tints of Light Slate Blue #886DFC
RGB
CMYK
RGB Variations
Color information
#886DFC (or 0x886DFC) is known color: Light Slate Blue. HEX triplet: 88, 6D and FC. RGB value is (136,109,252). Sum of RGB (Red+Green+Blue) = 136+109+252=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #886DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886DFC is #779203. Grayscale: #848484. Windows color (decimal): -7836164 or 16543112. OLE color: 16543112.
HSL color Cylindrical-coordinate representation of color #886DFC: hue angle of 251.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #886DFC is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 109 | 252 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.01 |
| HSL | 251.33º | 0.96% | 0.71% | - |
| HSV(B) | 251.33º | 0.57% | 0.99% | - |
| XYZ | 33.19 | 23.2 | 94.82 | - |
| YUV | 133.38 | 194.95 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 252 | 0.46 | 0.57 | 0 | 0.01 | 251.33 | 0.96 | 0.71 |
| Hex | 88 | 6D | FC | 2E | 39 | 0 | 1 | FB | 60 | 47 |
| Octal | 210 | 155 | 374 | 56 | 71 | 0 | 1 | 373 | 140 | 107 |
| Binary | 10001000 | 1101101 | 11111100 | 101110 | 111001 | 0 | 1 | 11111011 | 1100000 | 1000111 |
Color Harmonies of #886DFC
Complementary color
Monochromatic Colors of #886DFC
Black with #886DFC
Text Example
Text Example
White with #886DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886DFC; }
p { color: rgb(136,109,252); }
H1.HeaderClassName
{
color: #886DFC;
}
.AnyTagClassName
{
color: #886DFC;
}
</style>
background-color css
<style>
a { background-color: #886DFC; }
a { background-color: rgb(136,109,252); }
div.DivClassName
{
background-color: #886DFC;
}
.BgClassName
{
background-color: #886DFC;
}
</style>
border-color css
<style>
span { border-color: #886DFC; }
span { border-color: rgb(136,109,252); }
td.TdClassName
{
border-color: #886DFC;
}
.TagClassName
{
border-color: #886DFC;
}
</style>