Shades of London Hue #9A9499
Tints of London Hue #9A9499
RGB
CMYK
RGB Variations
Color information
#9A9499 (or 0x9A9499) is known color: London Hue. HEX triplet: 9A, 94 and 99. RGB value is (154,148,153). Sum of RGB (Red+Green+Blue) = 154+148+153=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9499 is #656B66. Grayscale: #969696. Windows color (decimal): -6646631 or 10065050. OLE color: 10065050.
HSL color Cylindrical-coordinate representation of color #9A9499: hue angle of 310º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9A9499 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 148 | 153 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.40 |
| HSL | 310º | 0.03% | 0.59% | - |
| HSV(B) | 310º | 0.04% | 0.6% | - |
| XYZ | 29.67 | 30.35 | 34.43 | - |
| YUV | 150.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 153 | 0 | 0.04 | 0.01 | 0.40 | 310 | 0.03 | 0.59 |
| Hex | 9A | 94 | 99 | 0 | 4 | 1 | 28 | 136 | 3 | 3B |
| Octal | 232 | 224 | 231 | 0 | 4 | 1 | 50 | 466 | 3 | 73 |
| Binary | 10011010 | 10010100 | 10011001 | 0 | 100 | 1 | 101000 | 100110110 | 11 | 111011 |
Color Harmonies of #9A9499
Complementary color
Monochromatic Colors of #9A9499
Black with #9A9499
Text Example
Text Example
White with #9A9499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9499; }
p { color: rgb(154,148,153); }
H1.HeaderClassName
{
color: #9A9499;
}
.AnyTagClassName
{
color: #9A9499;
}
</style>
background-color css
<style>
a { background-color: #9A9499; }
a { background-color: rgb(154,148,153); }
div.DivClassName
{
background-color: #9A9499;
}
.BgClassName
{
background-color: #9A9499;
}
</style>
border-color css
<style>
span { border-color: #9A9499; }
span { border-color: rgb(154,148,153); }
td.TdClassName
{
border-color: #9A9499;
}
.TagClassName
{
border-color: #9A9499;
}
</style>