Shades of Stack #868B87
Tints of Stack #868B87
RGB
CMYK
RGB Variations
Color information
#868B87 (or 0x868B87) is known color: Stack. HEX triplet: 86, 8B and 87. RGB value is (134,139,135). Sum of RGB (Red+Green+Blue) = 134+139+135=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 139 - color contains mainly: green. Hex color #868B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868B87 is #797478. Grayscale: #898989. Windows color (decimal): -7959673 or 8883078. OLE color: 8883078.
HSL color Cylindrical-coordinate representation of color #868B87: hue angle of 132º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #868B87 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 135 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.45 |
| HSL | 132º | 0.02% | 0.54% | - |
| HSV(B) | 132º | 0.04% | 0.55% | - |
| XYZ | 23.44 | 25.28 | 26.57 | - |
| YUV | 137.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 135 | 0.04 | 0 | 0.03 | 0.45 | 132 | 0.02 | 0.54 |
| Hex | 86 | 8B | 87 | 4 | 0 | 3 | 2D | 84 | 2 | 36 |
| Octal | 206 | 213 | 207 | 4 | 0 | 3 | 55 | 204 | 2 | 66 |
| Binary | 10000110 | 10001011 | 10000111 | 100 | 0 | 11 | 101101 | 10000100 | 10 | 110110 |
Color Harmonies of #868B87
Complementary color
Monochromatic Colors of #868B87
Black with #868B87
Text Example
Text Example
White with #868B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B87; }
p { color: rgb(134,139,135); }
H1.HeaderClassName
{
color: #868B87;
}
.AnyTagClassName
{
color: #868B87;
}
</style>
background-color css
<style>
a { background-color: #868B87; }
a { background-color: rgb(134,139,135); }
div.DivClassName
{
background-color: #868B87;
}
.BgClassName
{
background-color: #868B87;
}
</style>
border-color css
<style>
span { border-color: #868B87; }
span { border-color: rgb(134,139,135); }
td.TdClassName
{
border-color: #868B87;
}
.TagClassName
{
border-color: #868B87;
}
</style>