Shades of Amethyst Smoke #8A878B
Tints of Amethyst Smoke #8A878B
RGB
CMYK
RGB Variations
Color information
#8A878B (or 0x8A878B) is known color: Amethyst Smoke. HEX triplet: 8A, 87 and 8B. RGB value is (138,135,139). Sum of RGB (Red+Green+Blue) = 138+135+139=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A878B is #757874. Grayscale: #888888. Windows color (decimal): -7698549 or 9144202. OLE color: 9144202.
HSL color Cylindrical-coordinate representation of color #8A878B: hue angle of 285º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8A878B is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 135 | 139 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.45 |
| HSL | 285º | 0.02% | 0.54% | - |
| HSV(B) | 285º | 0.03% | 0.55% | - |
| XYZ | 23.81 | 24.6 | 27.92 | - |
| YUV | 136.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 139 | 0.01 | 0.03 | 0 | 0.45 | 285 | 0.02 | 0.54 |
| Hex | 8A | 87 | 8B | 1 | 3 | 0 | 2D | 11D | 2 | 36 |
| Octal | 212 | 207 | 213 | 1 | 3 | 0 | 55 | 435 | 2 | 66 |
| Binary | 10001010 | 10000111 | 10001011 | 1 | 11 | 0 | 101101 | 100011101 | 10 | 110110 |
Color Harmonies of #8A878B
Complementary color
Monochromatic Colors of #8A878B
Black with #8A878B
Text Example
Text Example
White with #8A878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A878B; }
p { color: rgb(138,135,139); }
H1.HeaderClassName
{
color: #8A878B;
}
.AnyTagClassName
{
color: #8A878B;
}
</style>
background-color css
<style>
a { background-color: #8A878B; }
a { background-color: rgb(138,135,139); }
div.DivClassName
{
background-color: #8A878B;
}
.BgClassName
{
background-color: #8A878B;
}
</style>
border-color css
<style>
span { border-color: #8A878B; }
span { border-color: rgb(138,135,139); }
td.TdClassName
{
border-color: #8A878B;
}
.TagClassName
{
border-color: #8A878B;
}
</style>