Shades of London Hue #9F839E
Tints of London Hue #9F839E
RGB
CMYK
RGB Variations
Color information
#9F839E (or 0x9F839E) is known color: London Hue. HEX triplet: 9F, 83 and 9E. RGB value is (159,131,158). Sum of RGB (Red+Green+Blue) = 159+131+158=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F839E is #607C61. Grayscale: #8E8E8E. Windows color (decimal): -6323298 or 10388383. OLE color: 10388383.
HSL color Cylindrical-coordinate representation of color #9F839E: hue angle of 302.14º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F839E is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 158 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.38 |
| HSL | 302.14º | 0.13% | 0.57% | - |
| HSV(B) | 302.14º | 0.18% | 0.62% | - |
| XYZ | 28.59 | 26.07 | 35.87 | - |
| YUV | 142.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 158 | 0 | 0.18 | 0.01 | 0.38 | 302.14 | 0.13 | 0.57 |
| Hex | 9F | 83 | 9E | 0 | 12 | 1 | 26 | 12E | D | 39 |
| Octal | 237 | 203 | 236 | 0 | 22 | 1 | 46 | 456 | 15 | 71 |
| Binary | 10011111 | 10000011 | 10011110 | 0 | 10010 | 1 | 100110 | 100101110 | 1101 | 111001 |
Color Harmonies of #9F839E
Complementary color
Monochromatic Colors of #9F839E
Black with #9F839E
Text Example
Text Example
White with #9F839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F839E; }
p { color: rgb(159,131,158); }
H1.HeaderClassName
{
color: #9F839E;
}
.AnyTagClassName
{
color: #9F839E;
}
</style>
background-color css
<style>
a { background-color: #9F839E; }
a { background-color: rgb(159,131,158); }
div.DivClassName
{
background-color: #9F839E;
}
.BgClassName
{
background-color: #9F839E;
}
</style>
border-color css
<style>
span { border-color: #9F839E; }
span { border-color: rgb(159,131,158); }
td.TdClassName
{
border-color: #9F839E;
}
.TagClassName
{
border-color: #9F839E;
}
</style>