Shades of London Hue #9F899E
Tints of London Hue #9F899E
RGB
CMYK
RGB Variations
Color information
#9F899E (or 0x9F899E) is known color: London Hue. HEX triplet: 9F, 89 and 9E. RGB value is (159,137,158). Sum of RGB (Red+Green+Blue) = 159+137+158=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 159 - color contains mainly: red. Hex color #9F899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F899E is #607661. Grayscale: #919191. Windows color (decimal): -6321762 or 10389919. OLE color: 10389919.
HSL color Cylindrical-coordinate representation of color #9F899E: hue angle of 302.73º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F899E is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 158 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.38 |
| HSL | 302.73º | 0.1% | 0.58% | - |
| HSV(B) | 302.73º | 0.14% | 0.62% | - |
| XYZ | 29.42 | 27.73 | 36.15 | - |
| YUV | 145.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 158 | 0 | 0.14 | 0.01 | 0.38 | 302.73 | 0.1 | 0.58 |
| Hex | 9F | 89 | 9E | 0 | E | 1 | 26 | 12F | A | 3A |
| Octal | 237 | 211 | 236 | 0 | 16 | 1 | 46 | 457 | 12 | 72 |
| Binary | 10011111 | 10001001 | 10011110 | 0 | 1110 | 1 | 100110 | 100101111 | 1010 | 111010 |
Color Harmonies of #9F899E
Complementary color
Monochromatic Colors of #9F899E
Black with #9F899E
Text Example
Text Example
White with #9F899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F899E; }
p { color: rgb(159,137,158); }
H1.HeaderClassName
{
color: #9F899E;
}
.AnyTagClassName
{
color: #9F899E;
}
</style>
background-color css
<style>
a { background-color: #9F899E; }
a { background-color: rgb(159,137,158); }
div.DivClassName
{
background-color: #9F899E;
}
.BgClassName
{
background-color: #9F899E;
}
</style>
border-color css
<style>
span { border-color: #9F899E; }
span { border-color: rgb(159,137,158); }
td.TdClassName
{
border-color: #9F899E;
}
.TagClassName
{
border-color: #9F899E;
}
</style>