Shades of Light Slate Blue #8861FC
Tints of Light Slate Blue #8861FC
RGB
CMYK
RGB Variations
Color information
#8861FC (or 0x8861FC) is known color: Light Slate Blue. HEX triplet: 88, 61 and FC. RGB value is (136,97,252). Sum of RGB (Red+Green+Blue) = 136+97+252=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #8861FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8861FC is #779E03. Grayscale: #7D7D7D. Windows color (decimal): -7839236 or 16540040. OLE color: 16540040.
HSL color Cylindrical-coordinate representation of color #8861FC: hue angle of 255.1º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8861FC is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 97 | 252 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.01 |
| HSL | 255.1º | 0.96% | 0.68% | - |
| HSV(B) | 255.1º | 0.62% | 0.99% | - |
| XYZ | 32 | 20.81 | 94.43 | - |
| YUV | 126.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 252 | 0.46 | 0.62 | 0 | 0.01 | 255.1 | 0.96 | 0.68 |
| Hex | 88 | 61 | FC | 2E | 3E | 0 | 1 | FF | 60 | 44 |
| Octal | 210 | 141 | 374 | 56 | 76 | 0 | 1 | 377 | 140 | 104 |
| Binary | 10001000 | 1100001 | 11111100 | 101110 | 111110 | 0 | 1 | 11111111 | 1100000 | 1000100 |
Color Harmonies of #8861FC
Complementary color
Monochromatic Colors of #8861FC
Black with #8861FC
Text Example
Text Example
White with #8861FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8861FC; }
p { color: rgb(136,97,252); }
H1.HeaderClassName
{
color: #8861FC;
}
.AnyTagClassName
{
color: #8861FC;
}
</style>
background-color css
<style>
a { background-color: #8861FC; }
a { background-color: rgb(136,97,252); }
div.DivClassName
{
background-color: #8861FC;
}
.BgClassName
{
background-color: #8861FC;
}
</style>
border-color css
<style>
span { border-color: #8861FC; }
span { border-color: rgb(136,97,252); }
td.TdClassName
{
border-color: #8861FC;
}
.TagClassName
{
border-color: #8861FC;
}
</style>