Shades of Stack #838E84
Tints of Stack #838E84
RGB
CMYK
RGB Variations
Color information
#838E84 (or 0x838E84) is known color: Stack. HEX triplet: 83, 8E and 84. RGB value is (131,142,132). Sum of RGB (Red+Green+Blue) = 131+142+132=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 142 - color contains mainly: green. Hex color #838E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E84 is #7C717B. Grayscale: #898989. Windows color (decimal): -8155516 or 8687235. OLE color: 8687235.
HSL color Cylindrical-coordinate representation of color #838E84: hue angle of 125.45º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838E84 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 142 | 132 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.44 |
| HSL | 125.45º | 0.05% | 0.54% | - |
| HSV(B) | 125.45º | 0.08% | 0.56% | - |
| XYZ | 23.2 | 25.84 | 25.59 | - |
| YUV | 137.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 132 | 0.08 | 0 | 0.07 | 0.44 | 125.45 | 0.05 | 0.54 |
| Hex | 83 | 8E | 84 | 8 | 0 | 7 | 2C | 7D | 5 | 36 |
| Octal | 203 | 216 | 204 | 10 | 0 | 7 | 54 | 175 | 5 | 66 |
| Binary | 10000011 | 10001110 | 10000100 | 1000 | 0 | 111 | 101100 | 1111101 | 101 | 110110 |
Color Harmonies of #838E84
Complementary color
Monochromatic Colors of #838E84
Black with #838E84
Text Example
Text Example
White with #838E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838E84; }
p { color: rgb(131,142,132); }
H1.HeaderClassName
{
color: #838E84;
}
.AnyTagClassName
{
color: #838E84;
}
</style>
background-color css
<style>
a { background-color: #838E84; }
a { background-color: rgb(131,142,132); }
div.DivClassName
{
background-color: #838E84;
}
.BgClassName
{
background-color: #838E84;
}
</style>
border-color css
<style>
span { border-color: #838E84; }
span { border-color: rgb(131,142,132); }
td.TdClassName
{
border-color: #838E84;
}
.TagClassName
{
border-color: #838E84;
}
</style>