Shades of Topaz #8A838F
Tints of Topaz #8A838F
RGB
CMYK
RGB Variations
Color information
#8A838F (or 0x8A838F) is known color: Topaz. HEX triplet: 8A, 83 and 8F. RGB value is (138,131,143). Sum of RGB (Red+Green+Blue) = 138+131+143=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A838F is #757C70. Grayscale: #868686. Windows color (decimal): -7699569 or 9405322. OLE color: 9405322.
HSL color Cylindrical-coordinate representation of color #8A838F: hue angle of 275º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A838F is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 131 | 143 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.44 |
| HSL | 275º | 0.05% | 0.54% | - |
| HSV(B) | 275º | 0.08% | 0.56% | - |
| XYZ | 23.56 | 23.62 | 29.3 | - |
| YUV | 134.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 143 | 0.03 | 0.08 | 0 | 0.44 | 275 | 0.05 | 0.54 |
| Hex | 8A | 83 | 8F | 3 | 8 | 0 | 2C | 113 | 5 | 36 |
| Octal | 212 | 203 | 217 | 3 | 10 | 0 | 54 | 423 | 5 | 66 |
| Binary | 10001010 | 10000011 | 10001111 | 11 | 1000 | 0 | 101100 | 100010011 | 101 | 110110 |
Color Harmonies of #8A838F
Complementary color
Monochromatic Colors of #8A838F
Black with #8A838F
Text Example
Text Example
White with #8A838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A838F; }
p { color: rgb(138,131,143); }
H1.HeaderClassName
{
color: #8A838F;
}
.AnyTagClassName
{
color: #8A838F;
}
</style>
background-color css
<style>
a { background-color: #8A838F; }
a { background-color: rgb(138,131,143); }
div.DivClassName
{
background-color: #8A838F;
}
.BgClassName
{
background-color: #8A838F;
}
</style>
border-color css
<style>
span { border-color: #8A838F; }
span { border-color: rgb(138,131,143); }
td.TdClassName
{
border-color: #8A838F;
}
.TagClassName
{
border-color: #8A838F;
}
</style>