Shades of Topaz #8D8B90
Tints of Topaz #8D8B90
RGB
CMYK
RGB Variations
Color information
#8D8B90 (or 0x8D8B90) is known color: Topaz. HEX triplet: 8D, 8B and 90. RGB value is (141,139,144). Sum of RGB (Red+Green+Blue) = 141+139+144=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D8B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8B90 is #72746F. Grayscale: #8C8C8C. Windows color (decimal): -7500912 or 9472909. OLE color: 9472909.
HSL color Cylindrical-coordinate representation of color #8D8B90: hue angle of 264º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8D8B90 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 139 | 144 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.44 |
| HSL | 264º | 0.02% | 0.55% | - |
| HSV(B) | 264º | 0.03% | 0.56% | - |
| XYZ | 25.25 | 26.14 | 30.1 | - |
| YUV | 140.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 139 | 144 | 0.02 | 0.03 | 0 | 0.44 | 264 | 0.02 | 0.55 |
| Hex | 8D | 8B | 90 | 2 | 3 | 0 | 2C | 108 | 2 | 37 |
| Octal | 215 | 213 | 220 | 2 | 3 | 0 | 54 | 410 | 2 | 67 |
| Binary | 10001101 | 10001011 | 10010000 | 10 | 11 | 0 | 101100 | 100001000 | 10 | 110111 |
Color Harmonies of #8D8B90
Complementary color
Monochromatic Colors of #8D8B90
Black with #8D8B90
Text Example
Text Example
White with #8D8B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8B90; }
p { color: rgb(141,139,144); }
H1.HeaderClassName
{
color: #8D8B90;
}
.AnyTagClassName
{
color: #8D8B90;
}
</style>
background-color css
<style>
a { background-color: #8D8B90; }
a { background-color: rgb(141,139,144); }
div.DivClassName
{
background-color: #8D8B90;
}
.BgClassName
{
background-color: #8D8B90;
}
</style>
border-color css
<style>
span { border-color: #8D8B90; }
span { border-color: rgb(141,139,144); }
td.TdClassName
{
border-color: #8D8B90;
}
.TagClassName
{
border-color: #8D8B90;
}
</style>