Shades of Amethyst Smoke #897E8A
Tints of Amethyst Smoke #897E8A
RGB
CMYK
RGB Variations
Color information
#897E8A (or 0x897E8A) is known color: Amethyst Smoke. HEX triplet: 89, 7E and 8A. RGB value is (137,126,138). Sum of RGB (Red+Green+Blue) = 137+126+138=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 138 - color contains mainly: blue. Hex color #897E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897E8A is #768175. Grayscale: #828282. Windows color (decimal): -7766390 or 9076361. OLE color: 9076361.
HSL color Cylindrical-coordinate representation of color #897E8A: hue angle of 295º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #897E8A is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 138 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.46 |
| HSL | 295º | 0.05% | 0.52% | - |
| HSV(B) | 295º | 0.09% | 0.54% | - |
| XYZ | 22.36 | 22.08 | 27.13 | - |
| YUV | 130.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 138 | 0.01 | 0.09 | 0 | 0.46 | 295 | 0.05 | 0.52 |
| Hex | 89 | 7E | 8A | 1 | 9 | 0 | 2E | 127 | 5 | 34 |
| Octal | 211 | 176 | 212 | 1 | 11 | 0 | 56 | 447 | 5 | 64 |
| Binary | 10001001 | 1111110 | 10001010 | 1 | 1001 | 0 | 101110 | 100100111 | 101 | 110100 |
Color Harmonies of #897E8A
Complementary color
Monochromatic Colors of #897E8A
Black with #897E8A
Text Example
Text Example
White with #897E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E8A; }
p { color: rgb(137,126,138); }
H1.HeaderClassName
{
color: #897E8A;
}
.AnyTagClassName
{
color: #897E8A;
}
</style>
background-color css
<style>
a { background-color: #897E8A; }
a { background-color: rgb(137,126,138); }
div.DivClassName
{
background-color: #897E8A;
}
.BgClassName
{
background-color: #897E8A;
}
</style>
border-color css
<style>
span { border-color: #897E8A; }
span { border-color: rgb(137,126,138); }
td.TdClassName
{
border-color: #897E8A;
}
.TagClassName
{
border-color: #897E8A;
}
</style>