Shades of Stack #828983
Tints of Stack #828983
RGB
CMYK
RGB Variations
Color information
#828983 (or 0x828983) is known color: Stack. HEX triplet: 82, 89 and 83. RGB value is (130,137,131). Sum of RGB (Red+Green+Blue) = 130+137+131=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 137 - color contains mainly: green. Hex color #828983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828983 is #7D767C. Grayscale: #868686. Windows color (decimal): -8222333 or 8620418. OLE color: 8620418.
HSL color Cylindrical-coordinate representation of color #828983: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828983 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 131 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.46 |
| HSL | 128.57º | 0.03% | 0.52% | - |
| HSV(B) | 128.57º | 0.05% | 0.54% | - |
| XYZ | 22.25 | 24.28 | 24.99 | - |
| YUV | 134.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 131 | 0.05 | 0 | 0.04 | 0.46 | 128.57 | 0.03 | 0.52 |
| Hex | 82 | 89 | 83 | 5 | 0 | 4 | 2E | 81 | 3 | 34 |
| Octal | 202 | 211 | 203 | 5 | 0 | 4 | 56 | 201 | 3 | 64 |
| Binary | 10000010 | 10001001 | 10000011 | 101 | 0 | 100 | 101110 | 10000001 | 11 | 110100 |
Color Harmonies of #828983
Complementary color
Monochromatic Colors of #828983
Black with #828983
Text Example
Text Example
White with #828983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828983; }
p { color: rgb(130,137,131); }
H1.HeaderClassName
{
color: #828983;
}
.AnyTagClassName
{
color: #828983;
}
</style>
background-color css
<style>
a { background-color: #828983; }
a { background-color: rgb(130,137,131); }
div.DivClassName
{
background-color: #828983;
}
.BgClassName
{
background-color: #828983;
}
</style>
border-color css
<style>
span { border-color: #828983; }
span { border-color: rgb(130,137,131); }
td.TdClassName
{
border-color: #828983;
}
.TagClassName
{
border-color: #828983;
}
</style>