Shades of Amulet #839A80
Tints of Amulet #839A80
RGB
CMYK
RGB Variations
Color information
#839A80 (or 0x839A80) is known color: Amulet. HEX triplet: 83, 9A and 80. RGB value is (131,154,128). Sum of RGB (Red+Green+Blue) = 131+154+128=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 154 - color contains mainly: green. Hex color #839A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839A80 is #7C657F. Grayscale: #909090. Windows color (decimal): -8152448 or 8428163. OLE color: 8428163.
HSL color Cylindrical-coordinate representation of color #839A80: hue angle of 113.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #839A80 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 154 | 128 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.40 |
| HSL | 113.08º | 0.11% | 0.55% | - |
| HSV(B) | 113.08º | 0.17% | 0.6% | - |
| XYZ | 24.81 | 29.5 | 24.81 | - |
| YUV | 144.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 128 | 0.15 | 0 | 0.17 | 0.40 | 113.08 | 0.11 | 0.55 |
| Hex | 83 | 9A | 80 | F | 0 | 11 | 28 | 71 | B | 37 |
| Octal | 203 | 232 | 200 | 17 | 0 | 21 | 50 | 161 | 13 | 67 |
| Binary | 10000011 | 10011010 | 10000000 | 1111 | 0 | 10001 | 101000 | 1110001 | 1011 | 110111 |
Color Harmonies of #839A80
Complementary color
Monochromatic Colors of #839A80
Black with #839A80
Text Example
Text Example
White with #839A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839A80; }
p { color: rgb(131,154,128); }
H1.HeaderClassName
{
color: #839A80;
}
.AnyTagClassName
{
color: #839A80;
}
</style>
background-color css
<style>
a { background-color: #839A80; }
a { background-color: rgb(131,154,128); }
div.DivClassName
{
background-color: #839A80;
}
.BgClassName
{
background-color: #839A80;
}
</style>
border-color css
<style>
span { border-color: #839A80; }
span { border-color: rgb(131,154,128); }
td.TdClassName
{
border-color: #839A80;
}
.TagClassName
{
border-color: #839A80;
}
</style>