Shades of Stack #809483
Tints of Stack #809483
RGB
CMYK
RGB Variations
Color information
#809483 (or 0x809483) is known color: Stack. HEX triplet: 80, 94 and 83. RGB value is (128,148,131). Sum of RGB (Red+Green+Blue) = 128+148+131=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #809483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809483 is #7F6B7C. Grayscale: #8C8C8C. Windows color (decimal): -8350589 or 8623232. OLE color: 8623232.
HSL color Cylindrical-coordinate representation of color #809483: hue angle of 129º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #809483 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 131 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.42 |
| HSL | 129º | 0.09% | 0.54% | - |
| HSV(B) | 129º | 0.14% | 0.58% | - |
| XYZ | 23.59 | 27.41 | 25.52 | - |
| YUV | 140.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 131 | 0.14 | 0 | 0.11 | 0.42 | 129 | 0.09 | 0.54 |
| Hex | 80 | 94 | 83 | E | 0 | B | 2A | 81 | 9 | 36 |
| Octal | 200 | 224 | 203 | 16 | 0 | 13 | 52 | 201 | 11 | 66 |
| Binary | 10000000 | 10010100 | 10000011 | 1110 | 0 | 1011 | 101010 | 10000001 | 1001 | 110110 |
Color Harmonies of #809483
Complementary color
Monochromatic Colors of #809483
Black with #809483
Text Example
Text Example
White with #809483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809483; }
p { color: rgb(128,148,131); }
H1.HeaderClassName
{
color: #809483;
}
.AnyTagClassName
{
color: #809483;
}
</style>
background-color css
<style>
a { background-color: #809483; }
a { background-color: rgb(128,148,131); }
div.DivClassName
{
background-color: #809483;
}
.BgClassName
{
background-color: #809483;
}
</style>
border-color css
<style>
span { border-color: #809483; }
span { border-color: rgb(128,148,131); }
td.TdClassName
{
border-color: #809483;
}
.TagClassName
{
border-color: #809483;
}
</style>