Shades of Topaz #8D8993
Tints of Topaz #8D8993
RGB
CMYK
RGB Variations
Color information
#8D8993 (or 0x8D8993) is known color: Topaz. HEX triplet: 8D, 89 and 93. RGB value is (141,137,147). Sum of RGB (Red+Green+Blue) = 141+137+147=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D8993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8993 is #72766C. Grayscale: #8B8B8B. Windows color (decimal): -7501421 or 9669005. OLE color: 9669005.
HSL color Cylindrical-coordinate representation of color #8D8993: hue angle of 264º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D8993 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 137 | 147 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.42 |
| HSL | 264º | 0.04% | 0.56% | - |
| HSV(B) | 264º | 0.07% | 0.58% | - |
| XYZ | 25.2 | 25.66 | 31.23 | - |
| YUV | 139.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 147 | 0.04 | 0.07 | 0 | 0.42 | 264 | 0.04 | 0.56 |
| Hex | 8D | 89 | 93 | 4 | 7 | 0 | 2A | 108 | 4 | 38 |
| Octal | 215 | 211 | 223 | 4 | 7 | 0 | 52 | 410 | 4 | 70 |
| Binary | 10001101 | 10001001 | 10010011 | 100 | 111 | 0 | 101010 | 100001000 | 100 | 111000 |
Color Harmonies of #8D8993
Complementary color
Monochromatic Colors of #8D8993
Black with #8D8993
Text Example
Text Example
White with #8D8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8993; }
p { color: rgb(141,137,147); }
H1.HeaderClassName
{
color: #8D8993;
}
.AnyTagClassName
{
color: #8D8993;
}
</style>
background-color css
<style>
a { background-color: #8D8993; }
a { background-color: rgb(141,137,147); }
div.DivClassName
{
background-color: #8D8993;
}
.BgClassName
{
background-color: #8D8993;
}
</style>
border-color css
<style>
span { border-color: #8D8993; }
span { border-color: rgb(141,137,147); }
td.TdClassName
{
border-color: #8D8993;
}
.TagClassName
{
border-color: #8D8993;
}
</style>