Shades of Light Slate Blue #8C86FF
Tints of Light Slate Blue #8C86FF
RGB
CMYK
RGB Variations
Color information
#8C86FF (or 0x8C86FF) is known color: Light Slate Blue. HEX triplet: 8C, 86 and FF. RGB value is (140,134,255). Sum of RGB (Red+Green+Blue) = 140+134+255=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C86FF is #737900. Grayscale: #959595. Windows color (decimal): -7567617 or 16746124. OLE color: 16746124.
HSL color Cylindrical-coordinate representation of color #8C86FF: hue angle of 242.98º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C86FF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 134 | 255 | - |
| CMYK | 0.45 | 0.47 | 0 | 0 |
| HSL | 242.98º | 1% | 0.76% | - |
| HSV(B) | 242.98º | 0.47% | 1% | - |
| XYZ | 37.39 | 29.85 | 98.4 | - |
| YUV | 149.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 255 | 0.45 | 0.47 | 0 | 0 | 242.98 | 1 | 0.76 |
| Hex | 8C | 86 | FF | 2D | 2F | 0 | 0 | F3 | 64 | 4C |
| Octal | 214 | 206 | 377 | 55 | 57 | 0 | 0 | 363 | 144 | 114 |
| Binary | 10001100 | 10000110 | 11111111 | 101101 | 101111 | 0 | 0 | 11110011 | 1100100 | 1001100 |
Color Harmonies of #8C86FF
Complementary color
Monochromatic Colors of #8C86FF
Black with #8C86FF
Text Example
Text Example
White with #8C86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C86FF; }
p { color: rgb(140,134,255); }
H1.HeaderClassName
{
color: #8C86FF;
}
.AnyTagClassName
{
color: #8C86FF;
}
</style>
background-color css
<style>
a { background-color: #8C86FF; }
a { background-color: rgb(140,134,255); }
div.DivClassName
{
background-color: #8C86FF;
}
.BgClassName
{
background-color: #8C86FF;
}
</style>
border-color css
<style>
span { border-color: #8C86FF; }
span { border-color: rgb(140,134,255); }
td.TdClassName
{
border-color: #8C86FF;
}
.TagClassName
{
border-color: #8C86FF;
}
</style>