Shades of Topaz #8A8593
Tints of Topaz #8A8593
RGB
CMYK
RGB Variations
Color information
#8A8593 (or 0x8A8593) is known color: Topaz. HEX triplet: 8A, 85 and 93. RGB value is (138,133,147). Sum of RGB (Red+Green+Blue) = 138+133+147=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A8593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8593 is #757A6C. Grayscale: #888888. Windows color (decimal): -7699053 or 9667978. OLE color: 9667978.
HSL color Cylindrical-coordinate representation of color #8A8593: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A8593 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 133 | 147 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.42 |
| HSL | 261.43º | 0.06% | 0.55% | - |
| HSV(B) | 261.43º | 0.1% | 0.58% | - |
| XYZ | 24.14 | 24.28 | 31.02 | - |
| YUV | 136.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 147 | 0.06 | 0.10 | 0 | 0.42 | 261.43 | 0.06 | 0.55 |
| Hex | 8A | 85 | 93 | 6 | A | 0 | 2A | 105 | 6 | 37 |
| Octal | 212 | 205 | 223 | 6 | 12 | 0 | 52 | 405 | 6 | 67 |
| Binary | 10001010 | 10000101 | 10010011 | 110 | 1010 | 0 | 101010 | 100000101 | 110 | 110111 |
Color Harmonies of #8A8593
Complementary color
Monochromatic Colors of #8A8593
Black with #8A8593
Text Example
Text Example
White with #8A8593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8593; }
p { color: rgb(138,133,147); }
H1.HeaderClassName
{
color: #8A8593;
}
.AnyTagClassName
{
color: #8A8593;
}
</style>
background-color css
<style>
a { background-color: #8A8593; }
a { background-color: rgb(138,133,147); }
div.DivClassName
{
background-color: #8A8593;
}
.BgClassName
{
background-color: #8A8593;
}
</style>
border-color css
<style>
span { border-color: #8A8593; }
span { border-color: rgb(138,133,147); }
td.TdClassName
{
border-color: #8A8593;
}
.TagClassName
{
border-color: #8A8593;
}
</style>