Shades of London Hue #9A8899
Tints of London Hue #9A8899
RGB
CMYK
RGB Variations
Color information
#9A8899 (or 0x9A8899) is known color: London Hue. HEX triplet: 9A, 88 and 99. RGB value is (154,136,153). Sum of RGB (Red+Green+Blue) = 154+136+153=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8899 is #657766. Grayscale: #8F8F8F. Windows color (decimal): -6649703 or 10061978. OLE color: 10061978.
HSL color Cylindrical-coordinate representation of color #9A8899: hue angle of 303.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A8899 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 153 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.40 |
| HSL | 303.33º | 0.08% | 0.57% | - |
| HSV(B) | 303.33º | 0.12% | 0.6% | - |
| XYZ | 27.88 | 26.78 | 33.84 | - |
| YUV | 143.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 153 | 0 | 0.12 | 0.01 | 0.40 | 303.33 | 0.08 | 0.57 |
| Hex | 9A | 88 | 99 | 0 | C | 1 | 28 | 12F | 8 | 39 |
| Octal | 232 | 210 | 231 | 0 | 14 | 1 | 50 | 457 | 10 | 71 |
| Binary | 10011010 | 10001000 | 10011001 | 0 | 1100 | 1 | 101000 | 100101111 | 1000 | 111001 |
Color Harmonies of #9A8899
Complementary color
Monochromatic Colors of #9A8899
Black with #9A8899
Text Example
Text Example
White with #9A8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8899; }
p { color: rgb(154,136,153); }
H1.HeaderClassName
{
color: #9A8899;
}
.AnyTagClassName
{
color: #9A8899;
}
</style>
background-color css
<style>
a { background-color: #9A8899; }
a { background-color: rgb(154,136,153); }
div.DivClassName
{
background-color: #9A8899;
}
.BgClassName
{
background-color: #9A8899;
}
</style>
border-color css
<style>
span { border-color: #9A8899; }
span { border-color: rgb(154,136,153); }
td.TdClassName
{
border-color: #9A8899;
}
.TagClassName
{
border-color: #9A8899;
}
</style>