Shades of Topaz #8B898F
Tints of Topaz #8B898F
RGB
CMYK
RGB Variations
Color information
#8B898F (or 0x8B898F) is known color: Topaz. HEX triplet: 8B, 89 and 8F. RGB value is (139,137,143). Sum of RGB (Red+Green+Blue) = 139+137+143=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B898F is #747670. Grayscale: #8A8A8A. Windows color (decimal): -7632497 or 9406859. OLE color: 9406859.
HSL color Cylindrical-coordinate representation of color #8B898F: hue angle of 260º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8B898F is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 137 | 143 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.44 |
| HSL | 260º | 0.03% | 0.55% | - |
| HSV(B) | 260º | 0.04% | 0.56% | - |
| XYZ | 24.55 | 25.36 | 29.59 | - |
| YUV | 138.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 143 | 0.03 | 0.04 | 0 | 0.44 | 260 | 0.03 | 0.55 |
| Hex | 8B | 89 | 8F | 3 | 4 | 0 | 2C | 104 | 3 | 37 |
| Octal | 213 | 211 | 217 | 3 | 4 | 0 | 54 | 404 | 3 | 67 |
| Binary | 10001011 | 10001001 | 10001111 | 11 | 100 | 0 | 101100 | 100000100 | 11 | 110111 |
Color Harmonies of #8B898F
Complementary color
Monochromatic Colors of #8B898F
Black with #8B898F
Text Example
Text Example
White with #8B898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B898F; }
p { color: rgb(139,137,143); }
H1.HeaderClassName
{
color: #8B898F;
}
.AnyTagClassName
{
color: #8B898F;
}
</style>
background-color css
<style>
a { background-color: #8B898F; }
a { background-color: rgb(139,137,143); }
div.DivClassName
{
background-color: #8B898F;
}
.BgClassName
{
background-color: #8B898F;
}
</style>
border-color css
<style>
span { border-color: #8B898F; }
span { border-color: rgb(139,137,143); }
td.TdClassName
{
border-color: #8B898F;
}
.TagClassName
{
border-color: #8B898F;
}
</style>