Shades of Tower Grey #98B3A4
Tints of Tower Grey #98B3A4
RGB
CMYK
RGB Variations
Color information
#98B3A4 (or 0x98B3A4) is known color: Tower Grey. HEX triplet: 98, B3 and A4. RGB value is (152,179,164). Sum of RGB (Red+Green+Blue) = 152+179+164=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 179 - color contains mainly: green. Hex color #98B3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B3A4 is #674C5B. Grayscale: #A9A9A9. Windows color (decimal): -6769756 or 10793880. OLE color: 10793880.
HSL color Cylindrical-coordinate representation of color #98B3A4: hue angle of 146.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98B3A4 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 179 | 164 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.30 |
| HSL | 146.67º | 0.15% | 0.65% | - |
| HSV(B) | 146.67º | 0.15% | 0.7% | - |
| XYZ | 35.77 | 41.6 | 41.27 | - |
| YUV | 169.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 179 | 164 | 0.15 | 0 | 0.08 | 0.30 | 146.67 | 0.15 | 0.65 |
| Hex | 98 | B3 | A4 | F | 0 | 8 | 1E | 93 | F | 41 |
| Octal | 230 | 263 | 244 | 17 | 0 | 10 | 36 | 223 | 17 | 101 |
| Binary | 10011000 | 10110011 | 10100100 | 1111 | 0 | 1000 | 11110 | 10010011 | 1111 | 1000001 |
Color Harmonies of #98B3A4
Complementary color
Monochromatic Colors of #98B3A4
Black with #98B3A4
Text Example
Text Example
White with #98B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B3A4; }
p { color: rgb(152,179,164); }
H1.HeaderClassName
{
color: #98B3A4;
}
.AnyTagClassName
{
color: #98B3A4;
}
</style>
background-color css
<style>
a { background-color: #98B3A4; }
a { background-color: rgb(152,179,164); }
div.DivClassName
{
background-color: #98B3A4;
}
.BgClassName
{
background-color: #98B3A4;
}
</style>
border-color css
<style>
span { border-color: #98B3A4; }
span { border-color: rgb(152,179,164); }
td.TdClassName
{
border-color: #98B3A4;
}
.TagClassName
{
border-color: #98B3A4;
}
</style>