Shades of Light Slate Grey #868C96
Tints of Light Slate Grey #868C96
RGB
CMYK
RGB Variations
Color information
#868C96 (or 0x868C96) is known color: Light Slate Grey. HEX triplet: 86, 8C and 96. RGB value is (134,140,150). Sum of RGB (Red+Green+Blue) = 134+140+150=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 150 - color contains mainly: blue. Hex color #868C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C96 is #797369. Grayscale: #8B8B8B. Windows color (decimal): -7959402 or 9866374. OLE color: 9866374.
HSL color Cylindrical-coordinate representation of color #868C96: hue angle of 217.5º 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 #868C96 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 140 | 150 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.41 |
| HSL | 217.5º | 0.07% | 0.56% | - |
| HSV(B) | 217.5º | 0.11% | 0.59% | - |
| XYZ | 24.71 | 26.03 | 32.58 | - |
| YUV | 139.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 150 | 0.11 | 0.07 | 0 | 0.41 | 217.5 | 0.07 | 0.56 |
| Hex | 86 | 8C | 96 | B | 7 | 0 | 29 | DA | 7 | 38 |
| Octal | 206 | 214 | 226 | 13 | 7 | 0 | 51 | 332 | 7 | 70 |
| Binary | 10000110 | 10001100 | 10010110 | 1011 | 111 | 0 | 101001 | 11011010 | 111 | 111000 |
Color Harmonies of #868C96
Complementary color
Monochromatic Colors of #868C96
Black with #868C96
Text Example
Text Example
White with #868C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C96; }
p { color: rgb(134,140,150); }
H1.HeaderClassName
{
color: #868C96;
}
.AnyTagClassName
{
color: #868C96;
}
</style>
background-color css
<style>
a { background-color: #868C96; }
a { background-color: rgb(134,140,150); }
div.DivClassName
{
background-color: #868C96;
}
.BgClassName
{
background-color: #868C96;
}
</style>
border-color css
<style>
span { border-color: #868C96; }
span { border-color: rgb(134,140,150); }
td.TdClassName
{
border-color: #868C96;
}
.TagClassName
{
border-color: #868C96;
}
</style>