Shades of London Hue #9D979C
Tints of London Hue #9D979C
RGB
CMYK
RGB Variations
Color information
#9D979C (or 0x9D979C) is known color: London Hue. HEX triplet: 9D, 97 and 9C. RGB value is (157,151,156). Sum of RGB (Red+Green+Blue) = 157+151+156=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 157 - color contains mainly: red. Hex color #9D979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D979C is #626863. Grayscale: #999999. Windows color (decimal): -6449252 or 10262429. OLE color: 10262429.
HSL color Cylindrical-coordinate representation of color #9D979C: hue angle of 310º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9D979C is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 156 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.38 |
| HSL | 310º | 0.03% | 0.6% | - |
| HSV(B) | 310º | 0.04% | 0.62% | - |
| XYZ | 30.97 | 31.7 | 35.94 | - |
| YUV | 153.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 156 | 0 | 0.04 | 0.01 | 0.38 | 310 | 0.03 | 0.6 |
| Hex | 9D | 97 | 9C | 0 | 4 | 1 | 26 | 136 | 3 | 3C |
| Octal | 235 | 227 | 234 | 0 | 4 | 1 | 46 | 466 | 3 | 74 |
| Binary | 10011101 | 10010111 | 10011100 | 0 | 100 | 1 | 100110 | 100110110 | 11 | 111100 |
Color Harmonies of #9D979C
Complementary color
Monochromatic Colors of #9D979C
Black with #9D979C
Text Example
Text Example
White with #9D979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D979C; }
p { color: rgb(157,151,156); }
H1.HeaderClassName
{
color: #9D979C;
}
.AnyTagClassName
{
color: #9D979C;
}
</style>
background-color css
<style>
a { background-color: #9D979C; }
a { background-color: rgb(157,151,156); }
div.DivClassName
{
background-color: #9D979C;
}
.BgClassName
{
background-color: #9D979C;
}
</style>
border-color css
<style>
span { border-color: #9D979C; }
span { border-color: rgb(157,151,156); }
td.TdClassName
{
border-color: #9D979C;
}
.TagClassName
{
border-color: #9D979C;
}
</style>