Shades of Tower Grey #98B1A4
Tints of Tower Grey #98B1A4
RGB
CMYK
RGB Variations
Color information
#98B1A4 (or 0x98B1A4) is known color: Tower Grey. HEX triplet: 98, B1 and A4. RGB value is (152,177,164). Sum of RGB (Red+Green+Blue) = 152+177+164=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #98B1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B1A4 is #674E5B. Grayscale: #A8A8A8. Windows color (decimal): -6770268 or 10793368. OLE color: 10793368.
HSL color Cylindrical-coordinate representation of color #98B1A4: hue angle of 148.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98B1A4 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 177 | 164 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.31 |
| HSL | 148.8º | 0.14% | 0.65% | - |
| HSV(B) | 148.8º | 0.14% | 0.69% | - |
| XYZ | 35.37 | 40.8 | 41.13 | - |
| YUV | 168.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 164 | 0.14 | 0 | 0.07 | 0.31 | 148.8 | 0.14 | 0.65 |
| Hex | 98 | B1 | A4 | E | 0 | 7 | 1F | 95 | E | 41 |
| Octal | 230 | 261 | 244 | 16 | 0 | 7 | 37 | 225 | 16 | 101 |
| Binary | 10011000 | 10110001 | 10100100 | 1110 | 0 | 111 | 11111 | 10010101 | 1110 | 1000001 |
Color Harmonies of #98B1A4
Complementary color
Monochromatic Colors of #98B1A4
Black with #98B1A4
Text Example
Text Example
White with #98B1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B1A4; }
p { color: rgb(152,177,164); }
H1.HeaderClassName
{
color: #98B1A4;
}
.AnyTagClassName
{
color: #98B1A4;
}
</style>
background-color css
<style>
a { background-color: #98B1A4; }
a { background-color: rgb(152,177,164); }
div.DivClassName
{
background-color: #98B1A4;
}
.BgClassName
{
background-color: #98B1A4;
}
</style>
border-color css
<style>
span { border-color: #98B1A4; }
span { border-color: rgb(152,177,164); }
td.TdClassName
{
border-color: #98B1A4;
}
.TagClassName
{
border-color: #98B1A4;
}
</style>