Shades of Topaz #8B898D
Tints of Topaz #8B898D
RGB
CMYK
RGB Variations
Color information
#8B898D (or 0x8B898D) is known color: Topaz. HEX triplet: 8B, 89 and 8D. RGB value is (139,137,141). Sum of RGB (Red+Green+Blue) = 139+137+141=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B898D is #747672. Grayscale: #8A8A8A. Windows color (decimal): -7632499 or 9275787. OLE color: 9275787.
HSL color Cylindrical-coordinate representation of color #8B898D: hue angle of 270º 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 #8B898D is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 141 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.45 |
| HSL | 270º | 0.02% | 0.55% | - |
| HSV(B) | 270º | 0.03% | 0.55% | - |
| XYZ | 24.4 | 25.3 | 28.8 | - |
| YUV | 138.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 141 | 0.01 | 0.03 | 0 | 0.45 | 270 | 0.02 | 0.55 |
| Hex | 8B | 89 | 8D | 1 | 3 | 0 | 2D | 10E | 2 | 37 |
| Octal | 213 | 211 | 215 | 1 | 3 | 0 | 55 | 416 | 2 | 67 |
| Binary | 10001011 | 10001001 | 10001101 | 1 | 11 | 0 | 101101 | 100001110 | 10 | 110111 |
Color Harmonies of #8B898D
Complementary color
Monochromatic Colors of #8B898D
Black with #8B898D
Text Example
Text Example
White with #8B898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B898D; }
p { color: rgb(139,137,141); }
H1.HeaderClassName
{
color: #8B898D;
}
.AnyTagClassName
{
color: #8B898D;
}
</style>
background-color css
<style>
a { background-color: #8B898D; }
a { background-color: rgb(139,137,141); }
div.DivClassName
{
background-color: #8B898D;
}
.BgClassName
{
background-color: #8B898D;
}
</style>
border-color css
<style>
span { border-color: #8B898D; }
span { border-color: rgb(139,137,141); }
td.TdClassName
{
border-color: #8B898D;
}
.TagClassName
{
border-color: #8B898D;
}
</style>