Shades of Topaz #8A8693
Tints of Topaz #8A8693
RGB
CMYK
RGB Variations
Color information
#8A8693 (or 0x8A8693) is known color: Topaz. HEX triplet: 8A, 86 and 93. RGB value is (138,134,147). Sum of RGB (Red+Green+Blue) = 138+134+147=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A8693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8693 is #75796C. Grayscale: #888888. Windows color (decimal): -7698797 or 9668234. OLE color: 9668234.
HSL color Cylindrical-coordinate representation of color #8A8693: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A8693 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 134 | 147 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.42 |
| HSL | 258.46º | 0.06% | 0.55% | - |
| HSV(B) | 258.46º | 0.09% | 0.58% | - |
| XYZ | 24.27 | 24.56 | 31.07 | - |
| YUV | 136.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 147 | 0.06 | 0.09 | 0 | 0.42 | 258.46 | 0.06 | 0.55 |
| Hex | 8A | 86 | 93 | 6 | 9 | 0 | 2A | 102 | 6 | 37 |
| Octal | 212 | 206 | 223 | 6 | 11 | 0 | 52 | 402 | 6 | 67 |
| Binary | 10001010 | 10000110 | 10010011 | 110 | 1001 | 0 | 101010 | 100000010 | 110 | 110111 |
Color Harmonies of #8A8693
Complementary color
Monochromatic Colors of #8A8693
Black with #8A8693
Text Example
Text Example
White with #8A8693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8693; }
p { color: rgb(138,134,147); }
H1.HeaderClassName
{
color: #8A8693;
}
.AnyTagClassName
{
color: #8A8693;
}
</style>
background-color css
<style>
a { background-color: #8A8693; }
a { background-color: rgb(138,134,147); }
div.DivClassName
{
background-color: #8A8693;
}
.BgClassName
{
background-color: #8A8693;
}
</style>
border-color css
<style>
span { border-color: #8A8693; }
span { border-color: rgb(138,134,147); }
td.TdClassName
{
border-color: #8A8693;
}
.TagClassName
{
border-color: #8A8693;
}
</style>