Shades of Stack #819483
Tints of Stack #819483
RGB
CMYK
RGB Variations
Color information
#819483 (or 0x819483) is known color: Stack. HEX triplet: 81, 94 and 83. RGB value is (129,148,131). Sum of RGB (Red+Green+Blue) = 129+148+131=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #819483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819483 is #7E6B7C. Grayscale: #8C8C8C. Windows color (decimal): -8285053 or 8623233. OLE color: 8623233.
HSL color Cylindrical-coordinate representation of color #819483: hue angle of 126.32º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #819483 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 148 | 131 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.42 |
| HSL | 126.32º | 0.08% | 0.54% | - |
| HSV(B) | 126.32º | 0.13% | 0.58% | - |
| XYZ | 23.74 | 27.49 | 25.53 | - |
| YUV | 140.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 131 | 0.13 | 0 | 0.11 | 0.42 | 126.32 | 0.08 | 0.54 |
| Hex | 81 | 94 | 83 | D | 0 | B | 2A | 7E | 8 | 36 |
| Octal | 201 | 224 | 203 | 15 | 0 | 13 | 52 | 176 | 10 | 66 |
| Binary | 10000001 | 10010100 | 10000011 | 1101 | 0 | 1011 | 101010 | 1111110 | 1000 | 110110 |
Color Harmonies of #819483
Complementary color
Monochromatic Colors of #819483
Black with #819483
Text Example
Text Example
White with #819483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819483; }
p { color: rgb(129,148,131); }
H1.HeaderClassName
{
color: #819483;
}
.AnyTagClassName
{
color: #819483;
}
</style>
background-color css
<style>
a { background-color: #819483; }
a { background-color: rgb(129,148,131); }
div.DivClassName
{
background-color: #819483;
}
.BgClassName
{
background-color: #819483;
}
</style>
border-color css
<style>
span { border-color: #819483; }
span { border-color: rgb(129,148,131); }
td.TdClassName
{
border-color: #819483;
}
.TagClassName
{
border-color: #819483;
}
</style>