Shades of Stack #828A83
Tints of Stack #828A83
RGB
CMYK
RGB Variations
Color information
#828A83 (or 0x828A83) is known color: Stack. HEX triplet: 82, 8A and 83. RGB value is (130,138,131). Sum of RGB (Red+Green+Blue) = 130+138+131=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 138 - color contains mainly: green. Hex color #828A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A83 is #7D757C. Grayscale: #868686. Windows color (decimal): -8222077 or 8620674. OLE color: 8620674.
HSL color Cylindrical-coordinate representation of color #828A83: hue angle of 127.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828A83 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 131 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.46 |
| HSL | 127.5º | 0.03% | 0.53% | - |
| HSV(B) | 127.5º | 0.06% | 0.54% | - |
| XYZ | 22.39 | 24.56 | 25.03 | - |
| YUV | 134.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 131 | 0.06 | 0 | 0.05 | 0.46 | 127.5 | 0.03 | 0.53 |
| Hex | 82 | 8A | 83 | 6 | 0 | 5 | 2E | 80 | 3 | 35 |
| Octal | 202 | 212 | 203 | 6 | 0 | 5 | 56 | 200 | 3 | 65 |
| Binary | 10000010 | 10001010 | 10000011 | 110 | 0 | 101 | 101110 | 10000000 | 11 | 110101 |
Color Harmonies of #828A83
Complementary color
Monochromatic Colors of #828A83
Black with #828A83
Text Example
Text Example
White with #828A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A83; }
p { color: rgb(130,138,131); }
H1.HeaderClassName
{
color: #828A83;
}
.AnyTagClassName
{
color: #828A83;
}
</style>
background-color css
<style>
a { background-color: #828A83; }
a { background-color: rgb(130,138,131); }
div.DivClassName
{
background-color: #828A83;
}
.BgClassName
{
background-color: #828A83;
}
</style>
border-color css
<style>
span { border-color: #828A83; }
span { border-color: rgb(130,138,131); }
td.TdClassName
{
border-color: #828A83;
}
.TagClassName
{
border-color: #828A83;
}
</style>