Shades of Topaz #8A848E
Tints of Topaz #8A848E
RGB
CMYK
RGB Variations
Color information
#8A848E (or 0x8A848E) is known color: Topaz. HEX triplet: 8A, 84 and 8E. RGB value is (138,132,142). Sum of RGB (Red+Green+Blue) = 138+132+142=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A848E is #757B71. Grayscale: #868686. Windows color (decimal): -7699314 or 9340042. OLE color: 9340042.
HSL color Cylindrical-coordinate representation of color #8A848E: hue angle of 276º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A848E is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
RGB | 138 | 132 | 142 | - |
CMYK | 0.03 | 0.07 | 0 | 0.44 |
HSL | 276º | 0.04% | 0.54% | - |
HSV(B) | 276º | 0.07% | 0.56% | - |
XYZ | 23.61 | 23.86 | 28.95 | - |
YUV | 134.93 | 131.99 | 130.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 132 | 142 | 0.03 | 0.07 | 0 | 0.44 | 276 | 0.04 | 0.54 |
Hex | 8A | 84 | 8E | 3 | 7 | 0 | 2C | 114 | 4 | 36 |
Octal | 212 | 204 | 216 | 3 | 7 | 0 | 54 | 424 | 4 | 66 |
Binary | 10001010 | 10000100 | 10001110 | 11 | 111 | 0 | 101100 | 100010100 | 100 | 110110 |
Color Harmonies of #8A848E
Complementary color
Monochromatic Colors of #8A848E
Black with #8A848E
Text Example
Text Example
White with #8A848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A848E; }
p { color: rgb(138,132,142); }
H1.HeaderClassName
{
color: #8A848E;
}
.AnyTagClassName
{
color: #8A848E;
}
</style>
background-color css
<style>
a { background-color: #8A848E; }
a { background-color: rgb(138,132,142); }
div.DivClassName
{
background-color: #8A848E;
}
.BgClassName
{
background-color: #8A848E;
}
</style>
border-color css
<style>
span { border-color: #8A848E; }
span { border-color: rgb(138,132,142); }
td.TdClassName
{
border-color: #8A848E;
}
.TagClassName
{
border-color: #8A848E;
}
</style>