Shades of Topaz #8A868E
Tints of Topaz #8A868E
RGB
CMYK
RGB Variations
Color information
#8A868E (or 0x8A868E) is known color: Topaz. HEX triplet: 8A, 86 and 8E. RGB value is (138,134,142). Sum of RGB (Red+Green+Blue) = 138+134+142=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A868E is #757971. Grayscale: #888888. Windows color (decimal): -7698802 or 9340554. OLE color: 9340554.
HSL color Cylindrical-coordinate representation of color #8A868E: hue angle of 270º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A868E is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 134 | 142 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.44 |
| HSL | 270º | 0.03% | 0.54% | - |
| HSV(B) | 270º | 0.06% | 0.56% | - |
| XYZ | 23.89 | 24.41 | 29.04 | - |
| YUV | 136.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 142 | 0.03 | 0.06 | 0 | 0.44 | 270 | 0.03 | 0.54 |
| Hex | 8A | 86 | 8E | 3 | 6 | 0 | 2C | 10E | 3 | 36 |
| Octal | 212 | 206 | 216 | 3 | 6 | 0 | 54 | 416 | 3 | 66 |
| Binary | 10001010 | 10000110 | 10001110 | 11 | 110 | 0 | 101100 | 100001110 | 11 | 110110 |
Color Harmonies of #8A868E
Complementary color
Monochromatic Colors of #8A868E
Black with #8A868E
Text Example
Text Example
White with #8A868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A868E; }
p { color: rgb(138,134,142); }
H1.HeaderClassName
{
color: #8A868E;
}
.AnyTagClassName
{
color: #8A868E;
}
</style>
background-color css
<style>
a { background-color: #8A868E; }
a { background-color: rgb(138,134,142); }
div.DivClassName
{
background-color: #8A868E;
}
.BgClassName
{
background-color: #8A868E;
}
</style>
border-color css
<style>
span { border-color: #8A868E; }
span { border-color: rgb(138,134,142); }
td.TdClassName
{
border-color: #8A868E;
}
.TagClassName
{
border-color: #8A868E;
}
</style>