Shades of Tower Grey #98A09D
Tints of Tower Grey #98A09D
RGB
CMYK
RGB Variations
Color information
#98A09D (or 0x98A09D) is known color: Tower Grey. HEX triplet: 98, A0 and 9D. RGB value is (152,160,157). Sum of RGB (Red+Green+Blue) = 152+160+157=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 160 - color contains mainly: green. Hex color #98A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A09D is #675F62. Grayscale: #9D9D9D. Windows color (decimal): -6774627 or 10330264. OLE color: 10330264.
HSL color Cylindrical-coordinate representation of color #98A09D: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #98A09D is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 157 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.37 |
| HSL | 157.5º | 0.04% | 0.61% | - |
| HSV(B) | 157.5º | 0.05% | 0.63% | - |
| XYZ | 31.61 | 34.25 | 36.84 | - |
| YUV | 157.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 157 | 0.05 | 0 | 0.02 | 0.37 | 157.5 | 0.04 | 0.61 |
| Hex | 98 | A0 | 9D | 5 | 0 | 2 | 25 | 9E | 4 | 3D |
| Octal | 230 | 240 | 235 | 5 | 0 | 2 | 45 | 236 | 4 | 75 |
| Binary | 10011000 | 10100000 | 10011101 | 101 | 0 | 10 | 100101 | 10011110 | 100 | 111101 |
Color Harmonies of #98A09D
Complementary color
Monochromatic Colors of #98A09D
Black with #98A09D
Text Example
Text Example
White with #98A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A09D; }
p { color: rgb(152,160,157); }
H1.HeaderClassName
{
color: #98A09D;
}
.AnyTagClassName
{
color: #98A09D;
}
</style>
background-color css
<style>
a { background-color: #98A09D; }
a { background-color: rgb(152,160,157); }
div.DivClassName
{
background-color: #98A09D;
}
.BgClassName
{
background-color: #98A09D;
}
</style>
border-color css
<style>
span { border-color: #98A09D; }
span { border-color: rgb(152,160,157); }
td.TdClassName
{
border-color: #98A09D;
}
.TagClassName
{
border-color: #98A09D;
}
</style>