Shades of London Hue #9D919C
Tints of London Hue #9D919C
RGB
CMYK
RGB Variations
Color information
#9D919C (or 0x9D919C) is known color: London Hue. HEX triplet: 9D, 91 and 9C. RGB value is (157,145,156). Sum of RGB (Red+Green+Blue) = 157+145+156=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 157 - color contains mainly: red. Hex color #9D919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D919C is #626E63. Grayscale: #959595. Windows color (decimal): -6450788 or 10260893. OLE color: 10260893.
HSL color Cylindrical-coordinate representation of color #9D919C: hue angle of 305º 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 #9D919C is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 156 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.38 |
| HSL | 305º | 0.06% | 0.59% | - |
| HSV(B) | 305º | 0.08% | 0.62% | - |
| XYZ | 30.03 | 29.82 | 35.63 | - |
| YUV | 149.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 156 | 0 | 0.08 | 0.01 | 0.38 | 305 | 0.06 | 0.59 |
| Hex | 9D | 91 | 9C | 0 | 8 | 1 | 26 | 131 | 6 | 3B |
| Octal | 235 | 221 | 234 | 0 | 10 | 1 | 46 | 461 | 6 | 73 |
| Binary | 10011101 | 10010001 | 10011100 | 0 | 1000 | 1 | 100110 | 100110001 | 110 | 111011 |
Color Harmonies of #9D919C
Complementary color
Monochromatic Colors of #9D919C
Black with #9D919C
Text Example
Text Example
White with #9D919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D919C; }
p { color: rgb(157,145,156); }
H1.HeaderClassName
{
color: #9D919C;
}
.AnyTagClassName
{
color: #9D919C;
}
</style>
background-color css
<style>
a { background-color: #9D919C; }
a { background-color: rgb(157,145,156); }
div.DivClassName
{
background-color: #9D919C;
}
.BgClassName
{
background-color: #9D919C;
}
</style>
border-color css
<style>
span { border-color: #9D919C; }
span { border-color: rgb(157,145,156); }
td.TdClassName
{
border-color: #9D919C;
}
.TagClassName
{
border-color: #9D919C;
}
</style>