Shades of Topaz #8A8192
Tints of Topaz #8A8192
RGB
CMYK
RGB Variations
Color information
#8A8192 (or 0x8A8192) is known color: Topaz. HEX triplet: 8A, 81 and 92. RGB value is (138,129,146). Sum of RGB (Red+Green+Blue) = 138+129+146=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A8192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8192 is #757E6D. Grayscale: #858585. Windows color (decimal): -7700078 or 9601418. OLE color: 9601418.
HSL color Cylindrical-coordinate representation of color #8A8192: hue angle of 271.76º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A8192 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 129 | 146 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.43 |
| HSL | 271.76º | 0.07% | 0.54% | - |
| HSV(B) | 271.76º | 0.12% | 0.57% | - |
| XYZ | 23.52 | 23.18 | 30.43 | - |
| YUV | 133.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 146 | 0.05 | 0.12 | 0 | 0.43 | 271.76 | 0.07 | 0.54 |
| Hex | 8A | 81 | 92 | 5 | C | 0 | 2B | 110 | 7 | 36 |
| Octal | 212 | 201 | 222 | 5 | 14 | 0 | 53 | 420 | 7 | 66 |
| Binary | 10001010 | 10000001 | 10010010 | 101 | 1100 | 0 | 101011 | 100010000 | 111 | 110110 |
Color Harmonies of #8A8192
Complementary color
Monochromatic Colors of #8A8192
Black with #8A8192
Text Example
Text Example
White with #8A8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8192; }
p { color: rgb(138,129,146); }
H1.HeaderClassName
{
color: #8A8192;
}
.AnyTagClassName
{
color: #8A8192;
}
</style>
background-color css
<style>
a { background-color: #8A8192; }
a { background-color: rgb(138,129,146); }
div.DivClassName
{
background-color: #8A8192;
}
.BgClassName
{
background-color: #8A8192;
}
</style>
border-color css
<style>
span { border-color: #8A8192; }
span { border-color: rgb(138,129,146); }
td.TdClassName
{
border-color: #8A8192;
}
.TagClassName
{
border-color: #8A8192;
}
</style>