Shades of Topaz #8A7F96
Tints of Topaz #8A7F96
RGB
CMYK
RGB Variations
Color information
#8A7F96 (or 0x8A7F96) is known color: Topaz. HEX triplet: 8A, 7F and 96. RGB value is (138,127,150). Sum of RGB (Red+Green+Blue) = 138+127+150=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A7F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7F96 is #758069. Grayscale: #848484. Windows color (decimal): -7700586 or 9863050. OLE color: 9863050.
HSL color Cylindrical-coordinate representation of color #8A7F96: hue angle of 268.7º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A7F96 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 127 | 150 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.41 |
| HSL | 268.7º | 0.1% | 0.54% | - |
| HSV(B) | 268.7º | 0.15% | 0.59% | - |
| XYZ | 23.58 | 22.78 | 32.01 | - |
| YUV | 132.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 150 | 0.08 | 0.15 | 0 | 0.41 | 268.7 | 0.1 | 0.54 |
| Hex | 8A | 7F | 96 | 8 | F | 0 | 29 | 10D | A | 36 |
| Octal | 212 | 177 | 226 | 10 | 17 | 0 | 51 | 415 | 12 | 66 |
| Binary | 10001010 | 1111111 | 10010110 | 1000 | 1111 | 0 | 101001 | 100001101 | 1010 | 110110 |
Color Harmonies of #8A7F96
Complementary color
Monochromatic Colors of #8A7F96
Black with #8A7F96
Text Example
Text Example
White with #8A7F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F96; }
p { color: rgb(138,127,150); }
H1.HeaderClassName
{
color: #8A7F96;
}
.AnyTagClassName
{
color: #8A7F96;
}
</style>
background-color css
<style>
a { background-color: #8A7F96; }
a { background-color: rgb(138,127,150); }
div.DivClassName
{
background-color: #8A7F96;
}
.BgClassName
{
background-color: #8A7F96;
}
</style>
border-color css
<style>
span { border-color: #8A7F96; }
span { border-color: rgb(138,127,150); }
td.TdClassName
{
border-color: #8A7F96;
}
.TagClassName
{
border-color: #8A7F96;
}
</style>