Shades of London Hue #9F929E
Tints of London Hue #9F929E
RGB
CMYK
RGB Variations
Color information
#9F929E (or 0x9F929E) is known color: London Hue. HEX triplet: 9F, 92 and 9E. RGB value is (159,146,158). Sum of RGB (Red+Green+Blue) = 159+146+158=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 159 - color contains mainly: red. Hex color #9F929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F929E is #606D61. Grayscale: #979797. Windows color (decimal): -6319458 or 10392223. OLE color: 10392223.
HSL color Cylindrical-coordinate representation of color #9F929E: hue angle of 304.62º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F929E is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 158 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.38 |
| HSL | 304.62º | 0.06% | 0.6% | - |
| HSV(B) | 304.62º | 0.08% | 0.62% | - |
| XYZ | 30.75 | 30.4 | 36.59 | - |
| YUV | 151.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 158 | 0 | 0.08 | 0.01 | 0.38 | 304.62 | 0.06 | 0.6 |
| Hex | 9F | 92 | 9E | 0 | 8 | 1 | 26 | 131 | 6 | 3C |
| Octal | 237 | 222 | 236 | 0 | 10 | 1 | 46 | 461 | 6 | 74 |
| Binary | 10011111 | 10010010 | 10011110 | 0 | 1000 | 1 | 100110 | 100110001 | 110 | 111100 |
Color Harmonies of #9F929E
Complementary color
Monochromatic Colors of #9F929E
Black with #9F929E
Text Example
Text Example
White with #9F929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F929E; }
p { color: rgb(159,146,158); }
H1.HeaderClassName
{
color: #9F929E;
}
.AnyTagClassName
{
color: #9F929E;
}
</style>
background-color css
<style>
a { background-color: #9F929E; }
a { background-color: rgb(159,146,158); }
div.DivClassName
{
background-color: #9F929E;
}
.BgClassName
{
background-color: #9F929E;
}
</style>
border-color css
<style>
span { border-color: #9F929E; }
span { border-color: rgb(159,146,158); }
td.TdClassName
{
border-color: #9F929E;
}
.TagClassName
{
border-color: #9F929E;
}
</style>