Shades of Topaz #8A7B96
Tints of Topaz #8A7B96
RGB
CMYK
RGB Variations
Color information
#8A7B96 (or 0x8A7B96) is known color: Topaz. HEX triplet: 8A, 7B and 96. RGB value is (138,123,150). Sum of RGB (Red+Green+Blue) = 138+123+150=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A7B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7B96 is #758469. Grayscale: #828282. Windows color (decimal): -7701610 or 9862026. OLE color: 9862026.
HSL color Cylindrical-coordinate representation of color #8A7B96: hue angle of 273.33º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A7B96 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 123 | 150 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.41 |
| HSL | 273.33º | 0.11% | 0.54% | - |
| HSV(B) | 273.33º | 0.18% | 0.59% | - |
| XYZ | 23.07 | 21.77 | 31.84 | - |
| YUV | 130.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 150 | 0.08 | 0.18 | 0 | 0.41 | 273.33 | 0.11 | 0.54 |
| Hex | 8A | 7B | 96 | 8 | 12 | 0 | 29 | 111 | B | 36 |
| Octal | 212 | 173 | 226 | 10 | 22 | 0 | 51 | 421 | 13 | 66 |
| Binary | 10001010 | 1111011 | 10010110 | 1000 | 10010 | 0 | 101001 | 100010001 | 1011 | 110110 |
Color Harmonies of #8A7B96
Complementary color
Monochromatic Colors of #8A7B96
Black with #8A7B96
Text Example
Text Example
White with #8A7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7B96; }
p { color: rgb(138,123,150); }
H1.HeaderClassName
{
color: #8A7B96;
}
.AnyTagClassName
{
color: #8A7B96;
}
</style>
background-color css
<style>
a { background-color: #8A7B96; }
a { background-color: rgb(138,123,150); }
div.DivClassName
{
background-color: #8A7B96;
}
.BgClassName
{
background-color: #8A7B96;
}
</style>
border-color css
<style>
span { border-color: #8A7B96; }
span { border-color: rgb(138,123,150); }
td.TdClassName
{
border-color: #8A7B96;
}
.TagClassName
{
border-color: #8A7B96;
}
</style>