Shades of Amulet #8B9982
Tints of Amulet #8B9982
RGB
CMYK
RGB Variations
Color information
#8B9982 (or 0x8B9982) is known color: Amulet. HEX triplet: 8B, 99 and 82. RGB value is (139,153,130). Sum of RGB (Red+Green+Blue) = 139+153+130=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9982 is #74667D. Grayscale: #929292. Windows color (decimal): -7628414 or 8558987. OLE color: 8558987.
HSL color Cylindrical-coordinate representation of color #8B9982: hue angle of 96.52º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B9982 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 130 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.4 |
| HSL | 96.52º | 0.1% | 0.55% | - |
| HSV(B) | 96.52º | 0.15% | 0.6% | - |
| XYZ | 26.07 | 29.88 | 25.51 | - |
| YUV | 146.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 130 | 0.09 | 0 | 0.15 | 0.4 | 96.52 | 0.1 | 0.55 |
| Hex | 8B | 99 | 82 | 9 | 0 | F | 28 | 61 | A | 37 |
| Octal | 213 | 231 | 202 | 11 | 0 | 17 | 50 | 141 | 12 | 67 |
| Binary | 10001011 | 10011001 | 10000010 | 1001 | 0 | 1111 | 101000 | 1100001 | 1010 | 110111 |
Color Harmonies of #8B9982
Complementary color
Monochromatic Colors of #8B9982
Black with #8B9982
Text Example
Text Example
White with #8B9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9982; }
p { color: rgb(139,153,130); }
H1.HeaderClassName
{
color: #8B9982;
}
.AnyTagClassName
{
color: #8B9982;
}
</style>
background-color css
<style>
a { background-color: #8B9982; }
a { background-color: rgb(139,153,130); }
div.DivClassName
{
background-color: #8B9982;
}
.BgClassName
{
background-color: #8B9982;
}
</style>
border-color css
<style>
span { border-color: #8B9982; }
span { border-color: rgb(139,153,130); }
td.TdClassName
{
border-color: #8B9982;
}
.TagClassName
{
border-color: #8B9982;
}
</style>