Shades of Stack #819083
Tints of Stack #819083
RGB
CMYK
RGB Variations
Color information
#819083 (or 0x819083) is known color: Stack. HEX triplet: 81, 90 and 83. RGB value is (129,144,131). Sum of RGB (Red+Green+Blue) = 129+144+131=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #819083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819083 is #7E6F7C. Grayscale: #8A8A8A. Windows color (decimal): -8286077 or 8622209. OLE color: 8622209.
HSL color Cylindrical-coordinate representation of color #819083: hue angle of 128º 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 #819083 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 144 | 131 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.44 |
| HSL | 128º | 0.06% | 0.54% | - |
| HSV(B) | 128º | 0.1% | 0.56% | - |
| XYZ | 23.12 | 26.25 | 25.32 | - |
| YUV | 138.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 131 | 0.10 | 0 | 0.09 | 0.44 | 128 | 0.06 | 0.54 |
| Hex | 81 | 90 | 83 | A | 0 | 9 | 2C | 80 | 6 | 36 |
| Octal | 201 | 220 | 203 | 12 | 0 | 11 | 54 | 200 | 6 | 66 |
| Binary | 10000001 | 10010000 | 10000011 | 1010 | 0 | 1001 | 101100 | 10000000 | 110 | 110110 |
Color Harmonies of #819083
Complementary color
Monochromatic Colors of #819083
Black with #819083
Text Example
Text Example
White with #819083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819083; }
p { color: rgb(129,144,131); }
H1.HeaderClassName
{
color: #819083;
}
.AnyTagClassName
{
color: #819083;
}
</style>
background-color css
<style>
a { background-color: #819083; }
a { background-color: rgb(129,144,131); }
div.DivClassName
{
background-color: #819083;
}
.BgClassName
{
background-color: #819083;
}
</style>
border-color css
<style>
span { border-color: #819083; }
span { border-color: rgb(129,144,131); }
td.TdClassName
{
border-color: #819083;
}
.TagClassName
{
border-color: #819083;
}
</style>