Shades of London Hue #9B979B
Tints of London Hue #9B979B
RGB
CMYK
RGB Variations
Color information
#9B979B (or 0x9B979B) is known color: London Hue. HEX triplet: 9B, 97 and 9B. RGB value is (155,151,155). Sum of RGB (Red+Green+Blue) = 155+151+155=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B979B is #646864. Grayscale: #989898. Windows color (decimal): -6580325 or 10196891. OLE color: 10196891.
HSL color Cylindrical-coordinate representation of color #9B979B: hue angle of 300º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9B979B is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 155 | - |
| CMYK | 0 | 0.03 | 0 | 0.39 |
| HSL | 300º | 0.02% | 0.6% | - |
| HSV(B) | 300º | 0.03% | 0.61% | - |
| XYZ | 30.5 | 31.47 | 35.48 | - |
| YUV | 152.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 155 | 0 | 0.03 | 0 | 0.39 | 300 | 0.02 | 0.6 |
| Hex | 9B | 97 | 9B | 0 | 3 | 0 | 27 | 12C | 2 | 3C |
| Octal | 233 | 227 | 233 | 0 | 3 | 0 | 47 | 454 | 2 | 74 |
| Binary | 10011011 | 10010111 | 10011011 | 0 | 11 | 0 | 100111 | 100101100 | 10 | 111100 |
Color Harmonies of #9B979B
Complementary color
Monochromatic Colors of #9B979B
Black with #9B979B
Text Example
Text Example
White with #9B979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B979B; }
p { color: rgb(155,151,155); }
H1.HeaderClassName
{
color: #9B979B;
}
.AnyTagClassName
{
color: #9B979B;
}
</style>
background-color css
<style>
a { background-color: #9B979B; }
a { background-color: rgb(155,151,155); }
div.DivClassName
{
background-color: #9B979B;
}
.BgClassName
{
background-color: #9B979B;
}
</style>
border-color css
<style>
span { border-color: #9B979B; }
span { border-color: rgb(155,151,155); }
td.TdClassName
{
border-color: #9B979B;
}
.TagClassName
{
border-color: #9B979B;
}
</style>