Shades of Stack #838A84
Tints of Stack #838A84
RGB
CMYK
RGB Variations
Color information
#838A84 (or 0x838A84) is known color: Stack. HEX triplet: 83, 8A and 84. RGB value is (131,138,132). Sum of RGB (Red+Green+Blue) = 131+138+132=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 138 - color contains mainly: green. Hex color #838A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A84 is #7C757B. Grayscale: #878787. Windows color (decimal): -8156540 or 8686211. OLE color: 8686211.
HSL color Cylindrical-coordinate representation of color #838A84: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #838A84 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 132 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.46 |
| HSL | 128.57º | 0.03% | 0.53% | - |
| HSV(B) | 128.57º | 0.05% | 0.54% | - |
| XYZ | 22.61 | 24.67 | 25.4 | - |
| YUV | 135.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 132 | 0.05 | 0 | 0.04 | 0.46 | 128.57 | 0.03 | 0.53 |
| Hex | 83 | 8A | 84 | 5 | 0 | 4 | 2E | 81 | 3 | 35 |
| Octal | 203 | 212 | 204 | 5 | 0 | 4 | 56 | 201 | 3 | 65 |
| Binary | 10000011 | 10001010 | 10000100 | 101 | 0 | 100 | 101110 | 10000001 | 11 | 110101 |
Color Harmonies of #838A84
Complementary color
Monochromatic Colors of #838A84
Black with #838A84
Text Example
Text Example
White with #838A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A84; }
p { color: rgb(131,138,132); }
H1.HeaderClassName
{
color: #838A84;
}
.AnyTagClassName
{
color: #838A84;
}
</style>
background-color css
<style>
a { background-color: #838A84; }
a { background-color: rgb(131,138,132); }
div.DivClassName
{
background-color: #838A84;
}
.BgClassName
{
background-color: #838A84;
}
</style>
border-color css
<style>
span { border-color: #838A84; }
span { border-color: rgb(131,138,132); }
td.TdClassName
{
border-color: #838A84;
}
.TagClassName
{
border-color: #838A84;
}
</style>