Shades of Light Slate Grey #868E96
Tints of Light Slate Grey #868E96
RGB
CMYK
RGB Variations
Color information
#868E96 (or 0x868E96) is known color: Light Slate Grey. HEX triplet: 86, 8E and 96. RGB value is (134,142,150). Sum of RGB (Red+Green+Blue) = 134+142+150=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: blue. Hex color #868E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868E96 is #797169. Grayscale: #8C8C8C. Windows color (decimal): -7958890 or 9866886. OLE color: 9866886.
HSL color Cylindrical-coordinate representation of color #868E96: hue angle of 210º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #868E96 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 142 | 150 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.41 |
| HSL | 210º | 0.07% | 0.56% | - |
| HSV(B) | 210º | 0.11% | 0.59% | - |
| XYZ | 25.01 | 26.62 | 32.67 | - |
| YUV | 140.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 150 | 0.11 | 0.05 | 0 | 0.41 | 210 | 0.07 | 0.56 |
| Hex | 86 | 8E | 96 | B | 5 | 0 | 29 | D2 | 7 | 38 |
| Octal | 206 | 216 | 226 | 13 | 5 | 0 | 51 | 322 | 7 | 70 |
| Binary | 10000110 | 10001110 | 10010110 | 1011 | 101 | 0 | 101001 | 11010010 | 111 | 111000 |
Color Harmonies of #868E96
Complementary color
Monochromatic Colors of #868E96
Black with #868E96
Text Example
Text Example
White with #868E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868E96; }
p { color: rgb(134,142,150); }
H1.HeaderClassName
{
color: #868E96;
}
.AnyTagClassName
{
color: #868E96;
}
</style>
background-color css
<style>
a { background-color: #868E96; }
a { background-color: rgb(134,142,150); }
div.DivClassName
{
background-color: #868E96;
}
.BgClassName
{
background-color: #868E96;
}
</style>
border-color css
<style>
span { border-color: #868E96; }
span { border-color: rgb(134,142,150); }
td.TdClassName
{
border-color: #868E96;
}
.TagClassName
{
border-color: #868E96;
}
</style>