Shades of London Hue #9D909C
Tints of London Hue #9D909C
RGB
CMYK
RGB Variations
Color information
#9D909C (or 0x9D909C) is known color: London Hue. HEX triplet: 9D, 90 and 9C. RGB value is (157,144,156). Sum of RGB (Red+Green+Blue) = 157+144+156=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 157 - color contains mainly: red. Hex color #9D909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D909C is #626F63. Grayscale: #959595. Windows color (decimal): -6451044 or 10260637. OLE color: 10260637.
HSL color Cylindrical-coordinate representation of color #9D909C: hue angle of 304.62º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9D909C is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 156 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.38 |
| HSL | 304.62º | 0.06% | 0.59% | - |
| HSV(B) | 304.62º | 0.08% | 0.62% | - |
| XYZ | 29.88 | 29.51 | 35.57 | - |
| YUV | 149.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 156 | 0 | 0.08 | 0.01 | 0.38 | 304.62 | 0.06 | 0.59 |
| Hex | 9D | 90 | 9C | 0 | 8 | 1 | 26 | 131 | 6 | 3B |
| Octal | 235 | 220 | 234 | 0 | 10 | 1 | 46 | 461 | 6 | 73 |
| Binary | 10011101 | 10010000 | 10011100 | 0 | 1000 | 1 | 100110 | 100110001 | 110 | 111011 |
Color Harmonies of #9D909C
Complementary color
Monochromatic Colors of #9D909C
Black with #9D909C
Text Example
Text Example
White with #9D909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D909C; }
p { color: rgb(157,144,156); }
H1.HeaderClassName
{
color: #9D909C;
}
.AnyTagClassName
{
color: #9D909C;
}
</style>
background-color css
<style>
a { background-color: #9D909C; }
a { background-color: rgb(157,144,156); }
div.DivClassName
{
background-color: #9D909C;
}
.BgClassName
{
background-color: #9D909C;
}
</style>
border-color css
<style>
span { border-color: #9D909C; }
span { border-color: rgb(157,144,156); }
td.TdClassName
{
border-color: #9D909C;
}
.TagClassName
{
border-color: #9D909C;
}
</style>