Shades of Topaz #8A898D
Tints of Topaz #8A898D
RGB
CMYK
RGB Variations
Color information
#8A898D (or 0x8A898D) is known color: Topaz. HEX triplet: 8A, 89 and 8D. RGB value is (138,137,141). Sum of RGB (Red+Green+Blue) = 138+137+141=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A898D is #757672. Grayscale: #898989. Windows color (decimal): -7698035 or 9275786. OLE color: 9275786.
HSL color Cylindrical-coordinate representation of color #8A898D: hue angle of 255º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8A898D is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 138 | 137 | 141 | - |
CMYK | 0.02 | 0.03 | 0 | 0.45 |
HSL | 255º | 0.02% | 0.55% | - |
HSV(B) | 255º | 0.03% | 0.55% | - |
XYZ | 24.23 | 25.22 | 28.79 | - |
YUV | 137.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 137 | 141 | 0.02 | 0.03 | 0 | 0.45 | 255 | 0.02 | 0.55 |
Hex | 8A | 89 | 8D | 2 | 3 | 0 | 2D | FF | 2 | 37 |
Octal | 212 | 211 | 215 | 2 | 3 | 0 | 55 | 377 | 2 | 67 |
Binary | 10001010 | 10001001 | 10001101 | 10 | 11 | 0 | 101101 | 11111111 | 10 | 110111 |
Color Harmonies of #8A898D
Complementary color
Monochromatic Colors of #8A898D
Black with #8A898D
Text Example
Text Example
White with #8A898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A898D; }
p { color: rgb(138,137,141); }
H1.HeaderClassName
{
color: #8A898D;
}
.AnyTagClassName
{
color: #8A898D;
}
</style>
background-color css
<style>
a { background-color: #8A898D; }
a { background-color: rgb(138,137,141); }
div.DivClassName
{
background-color: #8A898D;
}
.BgClassName
{
background-color: #8A898D;
}
</style>
border-color css
<style>
span { border-color: #8A898D; }
span { border-color: rgb(138,137,141); }
td.TdClassName
{
border-color: #8A898D;
}
.TagClassName
{
border-color: #8A898D;
}
</style>