Shades of London Hue #9C8C9B
Tints of London Hue #9C8C9B
RGB
CMYK
RGB Variations
Color information
#9C8C9B (or 0x9C8C9B) is known color: London Hue. HEX triplet: 9C, 8C and 9B. RGB value is (156,140,155). Sum of RGB (Red+Green+Blue) = 156+140+155=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8C9B is #637364. Grayscale: #929292. Windows color (decimal): -6517605 or 10194076. OLE color: 10194076.
HSL color Cylindrical-coordinate representation of color #9C8C9B: hue angle of 303.75º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C8C9B is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 140 | 155 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.39 |
| HSL | 303.75º | 0.07% | 0.58% | - |
| HSV(B) | 303.75º | 0.1% | 0.61% | - |
| XYZ | 29 | 28.19 | 34.92 | - |
| YUV | 146.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 155 | 0 | 0.10 | 0.01 | 0.39 | 303.75 | 0.07 | 0.58 |
| Hex | 9C | 8C | 9B | 0 | A | 1 | 27 | 130 | 7 | 3A |
| Octal | 234 | 214 | 233 | 0 | 12 | 1 | 47 | 460 | 7 | 72 |
| Binary | 10011100 | 10001100 | 10011011 | 0 | 1010 | 1 | 100111 | 100110000 | 111 | 111010 |
Color Harmonies of #9C8C9B
Complementary color
Monochromatic Colors of #9C8C9B
Black with #9C8C9B
Text Example
Text Example
White with #9C8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8C9B; }
p { color: rgb(156,140,155); }
H1.HeaderClassName
{
color: #9C8C9B;
}
.AnyTagClassName
{
color: #9C8C9B;
}
</style>
background-color css
<style>
a { background-color: #9C8C9B; }
a { background-color: rgb(156,140,155); }
div.DivClassName
{
background-color: #9C8C9B;
}
.BgClassName
{
background-color: #9C8C9B;
}
</style>
border-color css
<style>
span { border-color: #9C8C9B; }
span { border-color: rgb(156,140,155); }
td.TdClassName
{
border-color: #9C8C9B;
}
.TagClassName
{
border-color: #9C8C9B;
}
</style>