Shades of Stack #869B83
Tints of Stack #869B83
RGB
CMYK
RGB Variations
Color information
#869B83 (or 0x869B83) is known color: Stack. HEX triplet: 86, 9B and 83. RGB value is (134,155,131). Sum of RGB (Red+Green+Blue) = 134+155+131=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #869B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B83 is #79647C. Grayscale: #929292. Windows color (decimal): -7955581 or 8625030. OLE color: 8625030.
HSL color Cylindrical-coordinate representation of color #869B83: hue angle of 112.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869B83 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 131 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.39 |
| HSL | 112.5º | 0.11% | 0.56% | - |
| HSV(B) | 112.5º | 0.15% | 0.61% | - |
| XYZ | 25.65 | 30.15 | 25.94 | - |
| YUV | 145.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 131 | 0.14 | 0 | 0.15 | 0.39 | 112.5 | 0.11 | 0.56 |
| Hex | 86 | 9B | 83 | E | 0 | F | 27 | 70 | B | 38 |
| Octal | 206 | 233 | 203 | 16 | 0 | 17 | 47 | 160 | 13 | 70 |
| Binary | 10000110 | 10011011 | 10000011 | 1110 | 0 | 1111 | 100111 | 1110000 | 1011 | 111000 |
Color Harmonies of #869B83
Complementary color
Monochromatic Colors of #869B83
Black with #869B83
Text Example
Text Example
White with #869B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B83; }
p { color: rgb(134,155,131); }
H1.HeaderClassName
{
color: #869B83;
}
.AnyTagClassName
{
color: #869B83;
}
</style>
background-color css
<style>
a { background-color: #869B83; }
a { background-color: rgb(134,155,131); }
div.DivClassName
{
background-color: #869B83;
}
.BgClassName
{
background-color: #869B83;
}
</style>
border-color css
<style>
span { border-color: #869B83; }
span { border-color: rgb(134,155,131); }
td.TdClassName
{
border-color: #869B83;
}
.TagClassName
{
border-color: #869B83;
}
</style>