Shades of Stack #839982
Tints of Stack #839982
RGB
CMYK
RGB Variations
Color information
#839982 (or 0x839982) is known color: Stack. HEX triplet: 83, 99 and 82. RGB value is (131,153,130). Sum of RGB (Red+Green+Blue) = 131+153+130=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #839982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839982 is #7C667D. Grayscale: #8F8F8F. Windows color (decimal): -8152702 or 8558979. OLE color: 8558979.
HSL color Cylindrical-coordinate representation of color #839982: hue angle of 117.39º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #839982 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 130 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.4 |
| HSL | 117.39º | 0.1% | 0.55% | - |
| HSV(B) | 117.39º | 0.15% | 0.6% | - |
| XYZ | 24.78 | 29.22 | 25.45 | - |
| YUV | 143.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 130 | 0.14 | 0 | 0.15 | 0.4 | 117.39 | 0.1 | 0.55 |
| Hex | 83 | 99 | 82 | E | 0 | F | 28 | 75 | A | 37 |
| Octal | 203 | 231 | 202 | 16 | 0 | 17 | 50 | 165 | 12 | 67 |
| Binary | 10000011 | 10011001 | 10000010 | 1110 | 0 | 1111 | 101000 | 1110101 | 1010 | 110111 |
Color Harmonies of #839982
Complementary color
Monochromatic Colors of #839982
Black with #839982
Text Example
Text Example
White with #839982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839982; }
p { color: rgb(131,153,130); }
H1.HeaderClassName
{
color: #839982;
}
.AnyTagClassName
{
color: #839982;
}
</style>
background-color css
<style>
a { background-color: #839982; }
a { background-color: rgb(131,153,130); }
div.DivClassName
{
background-color: #839982;
}
.BgClassName
{
background-color: #839982;
}
</style>
border-color css
<style>
span { border-color: #839982; }
span { border-color: rgb(131,153,130); }
td.TdClassName
{
border-color: #839982;
}
.TagClassName
{
border-color: #839982;
}
</style>