Shades of Topaz #8A7D96
Tints of Topaz #8A7D96
RGB
CMYK
RGB Variations
Color information
#8A7D96 (or 0x8A7D96) is known color: Topaz. HEX triplet: 8A, 7D and 96. RGB value is (138,125,150). Sum of RGB (Red+Green+Blue) = 138+125+150=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A7D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7D96 is #758269. Grayscale: #838383. Windows color (decimal): -7701098 or 9862538. OLE color: 9862538.
HSL color Cylindrical-coordinate representation of color #8A7D96: hue angle of 271.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A7D96 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 125 | 150 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.41 |
| HSL | 271.2º | 0.11% | 0.54% | - |
| HSV(B) | 271.2º | 0.17% | 0.59% | - |
| XYZ | 23.32 | 22.27 | 31.92 | - |
| YUV | 131.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 150 | 0.08 | 0.17 | 0 | 0.41 | 271.2 | 0.11 | 0.54 |
| Hex | 8A | 7D | 96 | 8 | 11 | 0 | 29 | 10F | B | 36 |
| Octal | 212 | 175 | 226 | 10 | 21 | 0 | 51 | 417 | 13 | 66 |
| Binary | 10001010 | 1111101 | 10010110 | 1000 | 10001 | 0 | 101001 | 100001111 | 1011 | 110110 |
Color Harmonies of #8A7D96
Complementary color
Monochromatic Colors of #8A7D96
Black with #8A7D96
Text Example
Text Example
White with #8A7D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7D96; }
p { color: rgb(138,125,150); }
H1.HeaderClassName
{
color: #8A7D96;
}
.AnyTagClassName
{
color: #8A7D96;
}
</style>
background-color css
<style>
a { background-color: #8A7D96; }
a { background-color: rgb(138,125,150); }
div.DivClassName
{
background-color: #8A7D96;
}
.BgClassName
{
background-color: #8A7D96;
}
</style>
border-color css
<style>
span { border-color: #8A7D96; }
span { border-color: rgb(138,125,150); }
td.TdClassName
{
border-color: #8A7D96;
}
.TagClassName
{
border-color: #8A7D96;
}
</style>