Shades of Tower Grey #8FA89B
Tints of Tower Grey #8FA89B
RGB
CMYK
RGB Variations
Color information
#8FA89B (or 0x8FA89B) is known color: Tower Grey. HEX triplet: 8F, A8 and 9B. RGB value is (143,168,155). Sum of RGB (Red+Green+Blue) = 143+168+155=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA89B is #705764. Grayscale: #9F9F9F. Windows color (decimal): -7362405 or 10201231. OLE color: 10201231.
HSL color Cylindrical-coordinate representation of color #8FA89B: hue angle of 148.8º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8FA89B is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 168 | 155 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.34 |
| HSL | 148.8º | 0.13% | 0.61% | - |
| HSV(B) | 148.8º | 0.15% | 0.66% | - |
| XYZ | 31.25 | 36.21 | 36.35 | - |
| YUV | 159.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 155 | 0.15 | 0 | 0.08 | 0.34 | 148.8 | 0.13 | 0.61 |
| Hex | 8F | A8 | 9B | F | 0 | 8 | 22 | 95 | D | 3D |
| Octal | 217 | 250 | 233 | 17 | 0 | 10 | 42 | 225 | 15 | 75 |
| Binary | 10001111 | 10101000 | 10011011 | 1111 | 0 | 1000 | 100010 | 10010101 | 1101 | 111101 |
Color Harmonies of #8FA89B
Complementary color
Monochromatic Colors of #8FA89B
Black with #8FA89B
Text Example
Text Example
White with #8FA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA89B; }
p { color: rgb(143,168,155); }
H1.HeaderClassName
{
color: #8FA89B;
}
.AnyTagClassName
{
color: #8FA89B;
}
</style>
background-color css
<style>
a { background-color: #8FA89B; }
a { background-color: rgb(143,168,155); }
div.DivClassName
{
background-color: #8FA89B;
}
.BgClassName
{
background-color: #8FA89B;
}
</style>
border-color css
<style>
span { border-color: #8FA89B; }
span { border-color: rgb(143,168,155); }
td.TdClassName
{
border-color: #8FA89B;
}
.TagClassName
{
border-color: #8FA89B;
}
</style>