Shades of Topaz #8A8193
Tints of Topaz #8A8193
RGB
CMYK
RGB Variations
Color information
#8A8193 (or 0x8A8193) is known color: Topaz. HEX triplet: 8A, 81 and 93. RGB value is (138,129,147). Sum of RGB (Red+Green+Blue) = 138+129+147=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A8193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8193 is #757E6C. Grayscale: #858585. Windows color (decimal): -7700077 or 9666954. OLE color: 9666954.
HSL color Cylindrical-coordinate representation of color #8A8193: hue angle of 270º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A8193 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 129 | 147 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.42 |
| HSL | 270º | 0.08% | 0.54% | - |
| HSV(B) | 270º | 0.12% | 0.58% | - |
| XYZ | 23.6 | 23.21 | 30.84 | - |
| YUV | 133.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 147 | 0.06 | 0.12 | 0 | 0.42 | 270 | 0.08 | 0.54 |
| Hex | 8A | 81 | 93 | 6 | C | 0 | 2A | 10E | 8 | 36 |
| Octal | 212 | 201 | 223 | 6 | 14 | 0 | 52 | 416 | 10 | 66 |
| Binary | 10001010 | 10000001 | 10010011 | 110 | 1100 | 0 | 101010 | 100001110 | 1000 | 110110 |
Color Harmonies of #8A8193
Complementary color
Monochromatic Colors of #8A8193
Black with #8A8193
Text Example
Text Example
White with #8A8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8193; }
p { color: rgb(138,129,147); }
H1.HeaderClassName
{
color: #8A8193;
}
.AnyTagClassName
{
color: #8A8193;
}
</style>
background-color css
<style>
a { background-color: #8A8193; }
a { background-color: rgb(138,129,147); }
div.DivClassName
{
background-color: #8A8193;
}
.BgClassName
{
background-color: #8A8193;
}
</style>
border-color css
<style>
span { border-color: #8A8193; }
span { border-color: rgb(138,129,147); }
td.TdClassName
{
border-color: #8A8193;
}
.TagClassName
{
border-color: #8A8193;
}
</style>