Shades of London Hue #9D929C
Tints of London Hue #9D929C
RGB
CMYK
RGB Variations
Color information
#9D929C (or 0x9D929C) is known color: London Hue. HEX triplet: 9D, 92 and 9C. RGB value is (157,146,156). Sum of RGB (Red+Green+Blue) = 157+146+156=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 157 - color contains mainly: red. Hex color #9D929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D929C is #626D63. Grayscale: #969696. Windows color (decimal): -6450532 or 10261149. OLE color: 10261149.
HSL color Cylindrical-coordinate representation of color #9D929C: hue angle of 305.45º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9D929C is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 156 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.38 |
| HSL | 305.45º | 0.05% | 0.59% | - |
| HSV(B) | 305.45º | 0.07% | 0.62% | - |
| XYZ | 30.18 | 30.13 | 35.68 | - |
| YUV | 150.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 156 | 0 | 0.07 | 0.01 | 0.38 | 305.45 | 0.05 | 0.59 |
| Hex | 9D | 92 | 9C | 0 | 7 | 1 | 26 | 131 | 5 | 3B |
| Octal | 235 | 222 | 234 | 0 | 7 | 1 | 46 | 461 | 5 | 73 |
| Binary | 10011101 | 10010010 | 10011100 | 0 | 111 | 1 | 100110 | 100110001 | 101 | 111011 |
Color Harmonies of #9D929C
Complementary color
Monochromatic Colors of #9D929C
Black with #9D929C
Text Example
Text Example
White with #9D929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D929C; }
p { color: rgb(157,146,156); }
H1.HeaderClassName
{
color: #9D929C;
}
.AnyTagClassName
{
color: #9D929C;
}
</style>
background-color css
<style>
a { background-color: #9D929C; }
a { background-color: rgb(157,146,156); }
div.DivClassName
{
background-color: #9D929C;
}
.BgClassName
{
background-color: #9D929C;
}
</style>
border-color css
<style>
span { border-color: #9D929C; }
span { border-color: rgb(157,146,156); }
td.TdClassName
{
border-color: #9D929C;
}
.TagClassName
{
border-color: #9D929C;
}
</style>