Shades of Tower Grey #9EAFA8
Tints of Tower Grey #9EAFA8
RGB
CMYK
RGB Variations
Color information
#9EAFA8 (or 0x9EAFA8) is known color: Tower Grey. HEX triplet: 9E, AF and A8. RGB value is (158,175,168). Sum of RGB (Red+Green+Blue) = 158+175+168=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAFA8 is #615057. Grayscale: #A9A9A9. Windows color (decimal): -6377560 or 11055006. OLE color: 11055006.
HSL color Cylindrical-coordinate representation of color #9EAFA8: hue angle of 155.29º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EAFA8 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 168 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.31 |
| HSL | 155.29º | 0.1% | 0.65% | - |
| HSV(B) | 155.29º | 0.1% | 0.69% | - |
| XYZ | 36.5 | 40.76 | 42.99 | - |
| YUV | 169.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 168 | 0.10 | 0 | 0.04 | 0.31 | 155.29 | 0.1 | 0.65 |
| Hex | 9E | AF | A8 | A | 0 | 4 | 1F | 9B | A | 41 |
| Octal | 236 | 257 | 250 | 12 | 0 | 4 | 37 | 233 | 12 | 101 |
| Binary | 10011110 | 10101111 | 10101000 | 1010 | 0 | 100 | 11111 | 10011011 | 1010 | 1000001 |
Color Harmonies of #9EAFA8
Complementary color
Monochromatic Colors of #9EAFA8
Black with #9EAFA8
Text Example
Text Example
White with #9EAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAFA8; }
p { color: rgb(158,175,168); }
H1.HeaderClassName
{
color: #9EAFA8;
}
.AnyTagClassName
{
color: #9EAFA8;
}
</style>
background-color css
<style>
a { background-color: #9EAFA8; }
a { background-color: rgb(158,175,168); }
div.DivClassName
{
background-color: #9EAFA8;
}
.BgClassName
{
background-color: #9EAFA8;
}
</style>
border-color css
<style>
span { border-color: #9EAFA8; }
span { border-color: rgb(158,175,168); }
td.TdClassName
{
border-color: #9EAFA8;
}
.TagClassName
{
border-color: #9EAFA8;
}
</style>