Shades of Topaz #8D8697
Tints of Topaz #8D8697
RGB
CMYK
RGB Variations
Color information
#8D8697 (or 0x8D8697) is known color: Topaz. HEX triplet: 8D, 86 and 97. RGB value is (141,134,151). Sum of RGB (Red+Green+Blue) = 141+134+151=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D8697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8697 is #727968. Grayscale: #898989. Windows color (decimal): -7502185 or 9930381. OLE color: 9930381.
HSL color Cylindrical-coordinate representation of color #8D8697: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D8697 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 134 | 151 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.41 |
| HSL | 264.71º | 0.08% | 0.56% | - |
| HSV(B) | 264.71º | 0.11% | 0.59% | - |
| XYZ | 25.1 | 24.95 | 32.77 | - |
| YUV | 138.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 151 | 0.07 | 0.11 | 0 | 0.41 | 264.71 | 0.08 | 0.56 |
| Hex | 8D | 86 | 97 | 7 | B | 0 | 29 | 109 | 8 | 38 |
| Octal | 215 | 206 | 227 | 7 | 13 | 0 | 51 | 411 | 10 | 70 |
| Binary | 10001101 | 10000110 | 10010111 | 111 | 1011 | 0 | 101001 | 100001001 | 1000 | 111000 |
Color Harmonies of #8D8697
Complementary color
Monochromatic Colors of #8D8697
Black with #8D8697
Text Example
Text Example
White with #8D8697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8697; }
p { color: rgb(141,134,151); }
H1.HeaderClassName
{
color: #8D8697;
}
.AnyTagClassName
{
color: #8D8697;
}
</style>
background-color css
<style>
a { background-color: #8D8697; }
a { background-color: rgb(141,134,151); }
div.DivClassName
{
background-color: #8D8697;
}
.BgClassName
{
background-color: #8D8697;
}
</style>
border-color css
<style>
span { border-color: #8D8697; }
span { border-color: rgb(141,134,151); }
td.TdClassName
{
border-color: #8D8697;
}
.TagClassName
{
border-color: #8D8697;
}
</style>