Shades of Stack #819082
Tints of Stack #819082
RGB
CMYK
RGB Variations
Color information
#819082 (or 0x819082) is known color: Stack. HEX triplet: 81, 90 and 82. RGB value is (129,144,130). Sum of RGB (Red+Green+Blue) = 129+144+130=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #819082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819082 is #7E6F7D. Grayscale: #898989. Windows color (decimal): -8286078 or 8556673. OLE color: 8556673.
HSL color Cylindrical-coordinate representation of color #819082: hue angle of 124º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #819082 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 144 | 130 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.44 |
| HSL | 124º | 0.06% | 0.54% | - |
| HSV(B) | 124º | 0.1% | 0.56% | - |
| XYZ | 23.06 | 26.23 | 24.97 | - |
| YUV | 137.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 130 | 0.10 | 0 | 0.10 | 0.44 | 124 | 0.06 | 0.54 |
| Hex | 81 | 90 | 82 | A | 0 | A | 2C | 7C | 6 | 36 |
| Octal | 201 | 220 | 202 | 12 | 0 | 12 | 54 | 174 | 6 | 66 |
| Binary | 10000001 | 10010000 | 10000010 | 1010 | 0 | 1010 | 101100 | 1111100 | 110 | 110110 |
Color Harmonies of #819082
Complementary color
Monochromatic Colors of #819082
Black with #819082
Text Example
Text Example
White with #819082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819082; }
p { color: rgb(129,144,130); }
H1.HeaderClassName
{
color: #819082;
}
.AnyTagClassName
{
color: #819082;
}
</style>
background-color css
<style>
a { background-color: #819082; }
a { background-color: rgb(129,144,130); }
div.DivClassName
{
background-color: #819082;
}
.BgClassName
{
background-color: #819082;
}
</style>
border-color css
<style>
span { border-color: #819082; }
span { border-color: rgb(129,144,130); }
td.TdClassName
{
border-color: #819082;
}
.TagClassName
{
border-color: #819082;
}
</style>