Shades of Amulet #8D9886
Tints of Amulet #8D9886
RGB
CMYK
RGB Variations
Color information
#8D9886 (or 0x8D9886) is known color: Amulet. HEX triplet: 8D, 98 and 86. RGB value is (141,152,134). Sum of RGB (Red+Green+Blue) = 141+152+134=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #8D9886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9886 is #726779. Grayscale: #929292. Windows color (decimal): -7497594 or 8820877. OLE color: 8820877.
HSL color Cylindrical-coordinate representation of color #8D9886: hue angle of 96.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D9886 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 152 | 134 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.40 |
| HSL | 96.67º | 0.08% | 0.56% | - |
| HSV(B) | 96.67º | 0.12% | 0.6% | - |
| XYZ | 26.52 | 29.84 | 26.92 | - |
| YUV | 146.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 134 | 0.07 | 0 | 0.12 | 0.40 | 96.67 | 0.08 | 0.56 |
| Hex | 8D | 98 | 86 | 7 | 0 | C | 28 | 61 | 8 | 38 |
| Octal | 215 | 230 | 206 | 7 | 0 | 14 | 50 | 141 | 10 | 70 |
| Binary | 10001101 | 10011000 | 10000110 | 111 | 0 | 1100 | 101000 | 1100001 | 1000 | 111000 |
Color Harmonies of #8D9886
Complementary color
Monochromatic Colors of #8D9886
Black with #8D9886
Text Example
Text Example
White with #8D9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9886; }
p { color: rgb(141,152,134); }
H1.HeaderClassName
{
color: #8D9886;
}
.AnyTagClassName
{
color: #8D9886;
}
</style>
background-color css
<style>
a { background-color: #8D9886; }
a { background-color: rgb(141,152,134); }
div.DivClassName
{
background-color: #8D9886;
}
.BgClassName
{
background-color: #8D9886;
}
</style>
border-color css
<style>
span { border-color: #8D9886; }
span { border-color: rgb(141,152,134); }
td.TdClassName
{
border-color: #8D9886;
}
.TagClassName
{
border-color: #8D9886;
}
</style>