Shades of Hit Grey #98A09F
Tints of Hit Grey #98A09F
RGB
CMYK
RGB Variations
Color information
#98A09F (or 0x98A09F) is known color: Hit Grey. HEX triplet: 98, A0 and 9F. RGB value is (152,160,159). Sum of RGB (Red+Green+Blue) = 152+160+159=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 160 - color contains mainly: green. Hex color #98A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A09F is #675F60. Grayscale: #9D9D9D. Windows color (decimal): -6774625 or 10461336. OLE color: 10461336.
HSL color Cylindrical-coordinate representation of color #98A09F: hue angle of 172.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 #98A09F is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 159 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.37 |
| HSL | 172.5º | 0.04% | 0.61% | - |
| HSV(B) | 172.5º | 0.05% | 0.63% | - |
| XYZ | 31.78 | 34.32 | 37.75 | - |
| YUV | 157.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 159 | 0.05 | 0 | 0.01 | 0.37 | 172.5 | 0.04 | 0.61 |
| Hex | 98 | A0 | 9F | 5 | 0 | 1 | 25 | AC | 4 | 3D |
| Octal | 230 | 240 | 237 | 5 | 0 | 1 | 45 | 254 | 4 | 75 |
| Binary | 10011000 | 10100000 | 10011111 | 101 | 0 | 1 | 100101 | 10101100 | 100 | 111101 |
Color Harmonies of #98A09F
Complementary color
Monochromatic Colors of #98A09F
Black with #98A09F
Text Example
Text Example
White with #98A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A09F; }
p { color: rgb(152,160,159); }
H1.HeaderClassName
{
color: #98A09F;
}
.AnyTagClassName
{
color: #98A09F;
}
</style>
background-color css
<style>
a { background-color: #98A09F; }
a { background-color: rgb(152,160,159); }
div.DivClassName
{
background-color: #98A09F;
}
.BgClassName
{
background-color: #98A09F;
}
</style>
border-color css
<style>
span { border-color: #98A09F; }
span { border-color: rgb(152,160,159); }
td.TdClassName
{
border-color: #98A09F;
}
.TagClassName
{
border-color: #98A09F;
}
</style>