Shades of London Hue #9F889E
Tints of London Hue #9F889E
RGB
CMYK
RGB Variations
Color information
#9F889E (or 0x9F889E) is known color: London Hue. HEX triplet: 9F, 88 and 9E. RGB value is (159,136,158). Sum of RGB (Red+Green+Blue) = 159+136+158=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 159 - color contains mainly: red. Hex color #9F889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F889E is #607761. Grayscale: #919191. Windows color (decimal): -6322018 or 10389663. OLE color: 10389663.
HSL color Cylindrical-coordinate representation of color #9F889E: hue angle of 302.61º degrees, saturation: 0.11, 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 #9F889E is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 158 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.38 |
| HSL | 302.61º | 0.11% | 0.58% | - |
| HSV(B) | 302.61º | 0.14% | 0.62% | - |
| XYZ | 29.27 | 27.45 | 36.1 | - |
| YUV | 145.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 158 | 0 | 0.14 | 0.01 | 0.38 | 302.61 | 0.11 | 0.58 |
| Hex | 9F | 88 | 9E | 0 | E | 1 | 26 | 12F | B | 3A |
| Octal | 237 | 210 | 236 | 0 | 16 | 1 | 46 | 457 | 13 | 72 |
| Binary | 10011111 | 10001000 | 10011110 | 0 | 1110 | 1 | 100110 | 100101111 | 1011 | 111010 |
Color Harmonies of #9F889E
Complementary color
Monochromatic Colors of #9F889E
Black with #9F889E
Text Example
Text Example
White with #9F889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F889E; }
p { color: rgb(159,136,158); }
H1.HeaderClassName
{
color: #9F889E;
}
.AnyTagClassName
{
color: #9F889E;
}
</style>
background-color css
<style>
a { background-color: #9F889E; }
a { background-color: rgb(159,136,158); }
div.DivClassName
{
background-color: #9F889E;
}
.BgClassName
{
background-color: #9F889E;
}
</style>
border-color css
<style>
span { border-color: #9F889E; }
span { border-color: rgb(159,136,158); }
td.TdClassName
{
border-color: #9F889E;
}
.TagClassName
{
border-color: #9F889E;
}
</style>