Shades of Topaz #8A8298
Tints of Topaz #8A8298
RGB
CMYK
RGB Variations
Color information
#8A8298 (or 0x8A8298) is known color: Topaz. HEX triplet: 8A, 82 and 98. RGB value is (138,130,152). Sum of RGB (Red+Green+Blue) = 138+130+152=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8298 is #757D67. Grayscale: #868686. Windows color (decimal): -7699816 or 9994890. OLE color: 9994890.
HSL color Cylindrical-coordinate representation of color #8A8298: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A8298 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 130 | 152 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.40 |
| HSL | 261.82º | 0.1% | 0.55% | - |
| HSV(B) | 261.82º | 0.14% | 0.6% | - |
| XYZ | 24.13 | 23.64 | 33 | - |
| YUV | 134.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 152 | 0.09 | 0.14 | 0 | 0.40 | 261.82 | 0.1 | 0.55 |
| Hex | 8A | 82 | 98 | 9 | E | 0 | 28 | 106 | A | 37 |
| Octal | 212 | 202 | 230 | 11 | 16 | 0 | 50 | 406 | 12 | 67 |
| Binary | 10001010 | 10000010 | 10011000 | 1001 | 1110 | 0 | 101000 | 100000110 | 1010 | 110111 |
Color Harmonies of #8A8298
Complementary color
Monochromatic Colors of #8A8298
Black with #8A8298
Text Example
Text Example
White with #8A8298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8298; }
p { color: rgb(138,130,152); }
H1.HeaderClassName
{
color: #8A8298;
}
.AnyTagClassName
{
color: #8A8298;
}
</style>
background-color css
<style>
a { background-color: #8A8298; }
a { background-color: rgb(138,130,152); }
div.DivClassName
{
background-color: #8A8298;
}
.BgClassName
{
background-color: #8A8298;
}
</style>
border-color css
<style>
span { border-color: #8A8298; }
span { border-color: rgb(138,130,152); }
td.TdClassName
{
border-color: #8A8298;
}
.TagClassName
{
border-color: #8A8298;
}
</style>