Shades of Stack #839082
Tints of Stack #839082
RGB
CMYK
RGB Variations
Color information
#839082 (or 0x839082) is known color: Stack. HEX triplet: 83, 90 and 82. RGB value is (131,144,130). Sum of RGB (Red+Green+Blue) = 131+144+130=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #839082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839082 is #7C6F7D. Grayscale: #8A8A8A. Windows color (decimal): -8155006 or 8556675. OLE color: 8556675.
HSL color Cylindrical-coordinate representation of color #839082: hue angle of 115.71º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #839082 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 144 | 130 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.44 |
| HSL | 115.71º | 0.06% | 0.54% | - |
| HSV(B) | 115.71º | 0.1% | 0.56% | - |
| XYZ | 23.36 | 26.38 | 24.98 | - |
| YUV | 138.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 130 | 0.09 | 0 | 0.10 | 0.44 | 115.71 | 0.06 | 0.54 |
| Hex | 83 | 90 | 82 | 9 | 0 | A | 2C | 74 | 6 | 36 |
| Octal | 203 | 220 | 202 | 11 | 0 | 12 | 54 | 164 | 6 | 66 |
| Binary | 10000011 | 10010000 | 10000010 | 1001 | 0 | 1010 | 101100 | 1110100 | 110 | 110110 |
Color Harmonies of #839082
Complementary color
Monochromatic Colors of #839082
Black with #839082
Text Example
Text Example
White with #839082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839082; }
p { color: rgb(131,144,130); }
H1.HeaderClassName
{
color: #839082;
}
.AnyTagClassName
{
color: #839082;
}
</style>
background-color css
<style>
a { background-color: #839082; }
a { background-color: rgb(131,144,130); }
div.DivClassName
{
background-color: #839082;
}
.BgClassName
{
background-color: #839082;
}
</style>
border-color css
<style>
span { border-color: #839082; }
span { border-color: rgb(131,144,130); }
td.TdClassName
{
border-color: #839082;
}
.TagClassName
{
border-color: #839082;
}
</style>