Shades of Tower Grey #939D98
Tints of Tower Grey #939D98
RGB
CMYK
RGB Variations
Color information
#939D98 (or 0x939D98) is known color: Tower Grey. HEX triplet: 93, 9D and 98. RGB value is (147,157,152). Sum of RGB (Red+Green+Blue) = 147+157+152=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 157 - color contains mainly: green. Hex color #939D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D98 is #6C6267. Grayscale: #999999. Windows color (decimal): -7103080 or 10001811. OLE color: 10001811.
HSL color Cylindrical-coordinate representation of color #939D98: hue angle of 150º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #939D98 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 157 | 152 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.38 |
| HSL | 150º | 0.05% | 0.6% | - |
| HSV(B) | 150º | 0.06% | 0.62% | - |
| XYZ | 29.76 | 32.58 | 34.43 | - |
| YUV | 153.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 152 | 0.06 | 0 | 0.03 | 0.38 | 150 | 0.05 | 0.6 |
| Hex | 93 | 9D | 98 | 6 | 0 | 3 | 26 | 96 | 5 | 3C |
| Octal | 223 | 235 | 230 | 6 | 0 | 3 | 46 | 226 | 5 | 74 |
| Binary | 10010011 | 10011101 | 10011000 | 110 | 0 | 11 | 100110 | 10010110 | 101 | 111100 |
Color Harmonies of #939D98
Complementary color
Monochromatic Colors of #939D98
Black with #939D98
Text Example
Text Example
White with #939D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939D98; }
p { color: rgb(147,157,152); }
H1.HeaderClassName
{
color: #939D98;
}
.AnyTagClassName
{
color: #939D98;
}
</style>
background-color css
<style>
a { background-color: #939D98; }
a { background-color: rgb(147,157,152); }
div.DivClassName
{
background-color: #939D98;
}
.BgClassName
{
background-color: #939D98;
}
</style>
border-color css
<style>
span { border-color: #939D98; }
span { border-color: rgb(147,157,152); }
td.TdClassName
{
border-color: #939D98;
}
.TagClassName
{
border-color: #939D98;
}
</style>