Shades of London Hue #9F919E
Tints of London Hue #9F919E
RGB
CMYK
RGB Variations
Color information
#9F919E (or 0x9F919E) is known color: London Hue. HEX triplet: 9F, 91 and 9E. RGB value is (159,145,158). Sum of RGB (Red+Green+Blue) = 159+145+158=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 159 - color contains mainly: red. Hex color #9F919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F919E is #606E61. Grayscale: #969696. Windows color (decimal): -6319714 or 10391967. OLE color: 10391967.
HSL color Cylindrical-coordinate representation of color #9F919E: hue angle of 304.29º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9F919E is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 158 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.38 |
| HSL | 304.29º | 0.07% | 0.6% | - |
| HSV(B) | 304.29º | 0.09% | 0.62% | - |
| XYZ | 30.6 | 30.09 | 36.54 | - |
| YUV | 150.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 158 | 0 | 0.09 | 0.01 | 0.38 | 304.29 | 0.07 | 0.6 |
| Hex | 9F | 91 | 9E | 0 | 9 | 1 | 26 | 130 | 7 | 3C |
| Octal | 237 | 221 | 236 | 0 | 11 | 1 | 46 | 460 | 7 | 74 |
| Binary | 10011111 | 10010001 | 10011110 | 0 | 1001 | 1 | 100110 | 100110000 | 111 | 111100 |
Color Harmonies of #9F919E
Complementary color
Monochromatic Colors of #9F919E
Black with #9F919E
Text Example
Text Example
White with #9F919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F919E; }
p { color: rgb(159,145,158); }
H1.HeaderClassName
{
color: #9F919E;
}
.AnyTagClassName
{
color: #9F919E;
}
</style>
background-color css
<style>
a { background-color: #9F919E; }
a { background-color: rgb(159,145,158); }
div.DivClassName
{
background-color: #9F919E;
}
.BgClassName
{
background-color: #9F919E;
}
</style>
border-color css
<style>
span { border-color: #9F919E; }
span { border-color: rgb(159,145,158); }
td.TdClassName
{
border-color: #9F919E;
}
.TagClassName
{
border-color: #9F919E;
}
</style>