Shades of Topaz #8A8094
Tints of Topaz #8A8094
RGB
CMYK
RGB Variations
Color information
#8A8094 (or 0x8A8094) is known color: Topaz. HEX triplet: 8A, 80 and 94. RGB value is (138,128,148). Sum of RGB (Red+Green+Blue) = 138+128+148=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A8094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8094 is #757F6B. Grayscale: #858585. Windows color (decimal): -7700332 or 9732234. OLE color: 9732234.
HSL color Cylindrical-coordinate representation of color #8A8094: hue angle of 270º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A8094 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 128 | 148 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.42 |
| HSL | 270º | 0.09% | 0.54% | - |
| HSV(B) | 270º | 0.14% | 0.58% | - |
| XYZ | 23.55 | 22.98 | 31.21 | - |
| YUV | 133.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 148 | 0.07 | 0.14 | 0 | 0.42 | 270 | 0.09 | 0.54 |
| Hex | 8A | 80 | 94 | 7 | E | 0 | 2A | 10E | 9 | 36 |
| Octal | 212 | 200 | 224 | 7 | 16 | 0 | 52 | 416 | 11 | 66 |
| Binary | 10001010 | 10000000 | 10010100 | 111 | 1110 | 0 | 101010 | 100001110 | 1001 | 110110 |
Color Harmonies of #8A8094
Complementary color
Monochromatic Colors of #8A8094
Black with #8A8094
Text Example
Text Example
White with #8A8094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8094; }
p { color: rgb(138,128,148); }
H1.HeaderClassName
{
color: #8A8094;
}
.AnyTagClassName
{
color: #8A8094;
}
</style>
background-color css
<style>
a { background-color: #8A8094; }
a { background-color: rgb(138,128,148); }
div.DivClassName
{
background-color: #8A8094;
}
.BgClassName
{
background-color: #8A8094;
}
</style>
border-color css
<style>
span { border-color: #8A8094; }
span { border-color: rgb(138,128,148); }
td.TdClassName
{
border-color: #8A8094;
}
.TagClassName
{
border-color: #8A8094;
}
</style>