Shades of Amulet #8D9B82
Tints of Amulet #8D9B82
RGB
CMYK
RGB Variations
Color information
#8D9B82 (or 0x8D9B82) is known color: Amulet. HEX triplet: 8D, 9B and 82. RGB value is (141,155,130). Sum of RGB (Red+Green+Blue) = 141+155+130=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9B82 is #72647D. Grayscale: #949494. Windows color (decimal): -7496830 or 8559501. OLE color: 8559501.
HSL color Cylindrical-coordinate representation of color #8D9B82: hue angle of 93.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D9B82 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 155 | 130 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.39 |
| HSL | 93.6º | 0.11% | 0.56% | - |
| HSV(B) | 93.6º | 0.16% | 0.61% | - |
| XYZ | 26.74 | 30.72 | 25.64 | - |
| YUV | 147.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 130 | 0.09 | 0 | 0.16 | 0.39 | 93.6 | 0.11 | 0.56 |
| Hex | 8D | 9B | 82 | 9 | 0 | 10 | 27 | 5E | B | 38 |
| Octal | 215 | 233 | 202 | 11 | 0 | 20 | 47 | 136 | 13 | 70 |
| Binary | 10001101 | 10011011 | 10000010 | 1001 | 0 | 10000 | 100111 | 1011110 | 1011 | 111000 |
Color Harmonies of #8D9B82
Complementary color
Monochromatic Colors of #8D9B82
Black with #8D9B82
Text Example
Text Example
White with #8D9B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9B82; }
p { color: rgb(141,155,130); }
H1.HeaderClassName
{
color: #8D9B82;
}
.AnyTagClassName
{
color: #8D9B82;
}
</style>
background-color css
<style>
a { background-color: #8D9B82; }
a { background-color: rgb(141,155,130); }
div.DivClassName
{
background-color: #8D9B82;
}
.BgClassName
{
background-color: #8D9B82;
}
</style>
border-color css
<style>
span { border-color: #8D9B82; }
span { border-color: rgb(141,155,130); }
td.TdClassName
{
border-color: #8D9B82;
}
.TagClassName
{
border-color: #8D9B82;
}
</style>