Shades of Amethyst Smoke #878189
Tints of Amethyst Smoke #878189
RGB
CMYK
RGB Variations
Color information
#878189 (or 0x878189) is known color: Amethyst Smoke. HEX triplet: 87, 81 and 89. RGB value is (135,129,137). Sum of RGB (Red+Green+Blue) = 135+129+137=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 137 - color contains mainly: blue. Hex color #878189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878189 is #787E76. Grayscale: #838383. Windows color (decimal): -7896695 or 9011591. OLE color: 9011591.
HSL color Cylindrical-coordinate representation of color #878189: hue angle of 285º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #878189 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 129 | 137 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.46 |
| HSL | 285º | 0.03% | 0.52% | - |
| HSV(B) | 285º | 0.06% | 0.54% | - |
| XYZ | 22.36 | 22.66 | 26.86 | - |
| YUV | 131.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 137 | 0.01 | 0.06 | 0 | 0.46 | 285 | 0.03 | 0.52 |
| Hex | 87 | 81 | 89 | 1 | 6 | 0 | 2E | 11D | 3 | 34 |
| Octal | 207 | 201 | 211 | 1 | 6 | 0 | 56 | 435 | 3 | 64 |
| Binary | 10000111 | 10000001 | 10001001 | 1 | 110 | 0 | 101110 | 100011101 | 11 | 110100 |
Color Harmonies of #878189
Complementary color
Monochromatic Colors of #878189
Black with #878189
Text Example
Text Example
White with #878189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878189; }
p { color: rgb(135,129,137); }
H1.HeaderClassName
{
color: #878189;
}
.AnyTagClassName
{
color: #878189;
}
</style>
background-color css
<style>
a { background-color: #878189; }
a { background-color: rgb(135,129,137); }
div.DivClassName
{
background-color: #878189;
}
.BgClassName
{
background-color: #878189;
}
</style>
border-color css
<style>
span { border-color: #878189; }
span { border-color: rgb(135,129,137); }
td.TdClassName
{
border-color: #878189;
}
.TagClassName
{
border-color: #878189;
}
</style>