Shades of Topaz #8D8992
Tints of Topaz #8D8992
RGB
CMYK
RGB Variations
Color information
#8D8992 (or 0x8D8992) is known color: Topaz. HEX triplet: 8D, 89 and 92. RGB value is (141,137,146). Sum of RGB (Red+Green+Blue) = 141+137+146=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D8992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8992 is #72766D. Grayscale: #8B8B8B. Windows color (decimal): -7501422 or 9603469. OLE color: 9603469.
HSL color Cylindrical-coordinate representation of color #8D8992: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8D8992 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 137 | 146 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.43 |
| HSL | 266.67º | 0.04% | 0.55% | - |
| HSV(B) | 266.67º | 0.06% | 0.57% | - |
| XYZ | 25.12 | 25.63 | 30.82 | - |
| YUV | 139.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 146 | 0.03 | 0.06 | 0 | 0.43 | 266.67 | 0.04 | 0.55 |
| Hex | 8D | 89 | 92 | 3 | 6 | 0 | 2B | 10B | 4 | 37 |
| Octal | 215 | 211 | 222 | 3 | 6 | 0 | 53 | 413 | 4 | 67 |
| Binary | 10001101 | 10001001 | 10010010 | 11 | 110 | 0 | 101011 | 100001011 | 100 | 110111 |
Color Harmonies of #8D8992
Complementary color
Monochromatic Colors of #8D8992
Black with #8D8992
Text Example
Text Example
White with #8D8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8992; }
p { color: rgb(141,137,146); }
H1.HeaderClassName
{
color: #8D8992;
}
.AnyTagClassName
{
color: #8D8992;
}
</style>
background-color css
<style>
a { background-color: #8D8992; }
a { background-color: rgb(141,137,146); }
div.DivClassName
{
background-color: #8D8992;
}
.BgClassName
{
background-color: #8D8992;
}
</style>
border-color css
<style>
span { border-color: #8D8992; }
span { border-color: rgb(141,137,146); }
td.TdClassName
{
border-color: #8D8992;
}
.TagClassName
{
border-color: #8D8992;
}
</style>