Shades of London Hue #9F889F
Tints of London Hue #9F889F
RGB
CMYK
RGB Variations
Color information
#9F889F (or 0x9F889F) is known color: London Hue. HEX triplet: 9F, 88 and 9F. RGB value is (159,136,159). Sum of RGB (Red+Green+Blue) = 159+136+159=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F889F is #607760. Grayscale: #919191. Windows color (decimal): -6322017 or 10455199. OLE color: 10455199.
HSL color Cylindrical-coordinate representation of color #9F889F: hue angle of 300º 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 #9F889F is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 159 | - |
| CMYK | 0 | 0.14 | 0 | 0.38 |
| HSL | 300º | 0.11% | 0.58% | - |
| HSV(B) | 300º | 0.14% | 0.62% | - |
| XYZ | 29.36 | 27.48 | 36.56 | - |
| YUV | 145.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 159 | 0 | 0.14 | 0 | 0.38 | 300 | 0.11 | 0.58 |
| Hex | 9F | 88 | 9F | 0 | E | 0 | 26 | 12C | B | 3A |
| Octal | 237 | 210 | 237 | 0 | 16 | 0 | 46 | 454 | 13 | 72 |
| Binary | 10011111 | 10001000 | 10011111 | 0 | 1110 | 0 | 100110 | 100101100 | 1011 | 111010 |
Color Harmonies of #9F889F
Complementary color
Monochromatic Colors of #9F889F
Black with #9F889F
Text Example
Text Example
White with #9F889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F889F; }
p { color: rgb(159,136,159); }
H1.HeaderClassName
{
color: #9F889F;
}
.AnyTagClassName
{
color: #9F889F;
}
</style>
background-color css
<style>
a { background-color: #9F889F; }
a { background-color: rgb(159,136,159); }
div.DivClassName
{
background-color: #9F889F;
}
.BgClassName
{
background-color: #9F889F;
}
</style>
border-color css
<style>
span { border-color: #9F889F; }
span { border-color: rgb(159,136,159); }
td.TdClassName
{
border-color: #9F889F;
}
.TagClassName
{
border-color: #9F889F;
}
</style>