Shades of London Hue #9B999B
Tints of London Hue #9B999B
RGB
CMYK
RGB Variations
Color information
#9B999B (or 0x9B999B) is known color: London Hue. HEX triplet: 9B, 99 and 9B. RGB value is (155,153,155). Sum of RGB (Red+Green+Blue) = 155+153+155=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B999B is #646664. Grayscale: #999999. Windows color (decimal): -6579813 or 10197403. OLE color: 10197403.
HSL color Cylindrical-coordinate representation of color #9B999B: hue angle of 300º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #9B999B is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 155 | - |
| CMYK | 0 | 0.01 | 0 | 0.39 |
| HSL | 300º | 0.01% | 0.6% | - |
| HSV(B) | 300º | 0.01% | 0.61% | - |
| XYZ | 30.83 | 32.12 | 35.59 | - |
| YUV | 153.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 155 | 0 | 0.01 | 0 | 0.39 | 300 | 0.01 | 0.6 |
| Hex | 9B | 99 | 9B | 0 | 1 | 0 | 27 | 12C | 1 | 3C |
| Octal | 233 | 231 | 233 | 0 | 1 | 0 | 47 | 454 | 1 | 74 |
| Binary | 10011011 | 10011001 | 10011011 | 0 | 1 | 0 | 100111 | 100101100 | 1 | 111100 |
Color Harmonies of #9B999B
Complementary color
Monochromatic Colors of #9B999B
Black with #9B999B
Text Example
Text Example
White with #9B999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B999B; }
p { color: rgb(155,153,155); }
H1.HeaderClassName
{
color: #9B999B;
}
.AnyTagClassName
{
color: #9B999B;
}
</style>
background-color css
<style>
a { background-color: #9B999B; }
a { background-color: rgb(155,153,155); }
div.DivClassName
{
background-color: #9B999B;
}
.BgClassName
{
background-color: #9B999B;
}
</style>
border-color css
<style>
span { border-color: #9B999B; }
span { border-color: rgb(155,153,155); }
td.TdClassName
{
border-color: #9B999B;
}
.TagClassName
{
border-color: #9B999B;
}
</style>