Shades of Stack #828B83
Tints of Stack #828B83
RGB
CMYK
RGB Variations
Color information
#828B83 (or 0x828B83) is known color: Stack. HEX triplet: 82, 8B and 83. RGB value is (130,139,131). Sum of RGB (Red+Green+Blue) = 130+139+131=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #828B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B83 is #7D747C. Grayscale: #878787. Windows color (decimal): -8221821 or 8620930. OLE color: 8620930.
HSL color Cylindrical-coordinate representation of color #828B83: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828B83 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 131 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.45 |
| HSL | 126.67º | 0.04% | 0.53% | - |
| HSV(B) | 126.67º | 0.06% | 0.55% | - |
| XYZ | 22.54 | 24.85 | 25.08 | - |
| YUV | 135.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 131 | 0.06 | 0 | 0.06 | 0.45 | 126.67 | 0.04 | 0.53 |
| Hex | 82 | 8B | 83 | 6 | 0 | 6 | 2D | 7F | 4 | 35 |
| Octal | 202 | 213 | 203 | 6 | 0 | 6 | 55 | 177 | 4 | 65 |
| Binary | 10000010 | 10001011 | 10000011 | 110 | 0 | 110 | 101101 | 1111111 | 100 | 110101 |
Color Harmonies of #828B83
Complementary color
Monochromatic Colors of #828B83
Black with #828B83
Text Example
Text Example
White with #828B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B83; }
p { color: rgb(130,139,131); }
H1.HeaderClassName
{
color: #828B83;
}
.AnyTagClassName
{
color: #828B83;
}
</style>
background-color css
<style>
a { background-color: #828B83; }
a { background-color: rgb(130,139,131); }
div.DivClassName
{
background-color: #828B83;
}
.BgClassName
{
background-color: #828B83;
}
</style>
border-color css
<style>
span { border-color: #828B83; }
span { border-color: rgb(130,139,131); }
td.TdClassName
{
border-color: #828B83;
}
.TagClassName
{
border-color: #828B83;
}
</style>