Shades of Light Slate Blue #8C86FA
Tints of Light Slate Blue #8C86FA
RGB
CMYK
RGB Variations
Color information
#8C86FA (or 0x8C86FA) is known color: Light Slate Blue. HEX triplet: 8C, 86 and FA. RGB value is (140,134,250). Sum of RGB (Red+Green+Blue) = 140+134+250=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C86FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C86FA is #737905. Grayscale: #949494. Windows color (decimal): -7567622 or 16418444. OLE color: 16418444.
HSL color Cylindrical-coordinate representation of color #8C86FA: hue angle of 243.1º 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 #8C86FA is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 134 | 250 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.02 |
| HSL | 243.1º | 0.92% | 0.75% | - |
| HSV(B) | 243.1º | 0.46% | 0.98% | - |
| XYZ | 36.6 | 29.53 | 94.21 | - |
| YUV | 149.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 250 | 0.44 | 0.46 | 0 | 0.02 | 243.1 | 0.92 | 0.75 |
| Hex | 8C | 86 | FA | 2C | 2E | 0 | 2 | F3 | 5C | 4B |
| Octal | 214 | 206 | 372 | 54 | 56 | 0 | 2 | 363 | 134 | 113 |
| Binary | 10001100 | 10000110 | 11111010 | 101100 | 101110 | 0 | 10 | 11110011 | 1011100 | 1001011 |
Color Harmonies of #8C86FA
Complementary color
Monochromatic Colors of #8C86FA
Black with #8C86FA
Text Example
Text Example
White with #8C86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C86FA; }
p { color: rgb(140,134,250); }
H1.HeaderClassName
{
color: #8C86FA;
}
.AnyTagClassName
{
color: #8C86FA;
}
</style>
background-color css
<style>
a { background-color: #8C86FA; }
a { background-color: rgb(140,134,250); }
div.DivClassName
{
background-color: #8C86FA;
}
.BgClassName
{
background-color: #8C86FA;
}
</style>
border-color css
<style>
span { border-color: #8C86FA; }
span { border-color: rgb(140,134,250); }
td.TdClassName
{
border-color: #8C86FA;
}
.TagClassName
{
border-color: #8C86FA;
}
</style>