Shades of London Hue #9A939A
Tints of London Hue #9A939A
RGB
CMYK
RGB Variations
Color information
#9A939A (or 0x9A939A) is known color: London Hue. HEX triplet: 9A, 93 and 9A. RGB value is (154,147,154). Sum of RGB (Red+Green+Blue) = 154+147+154=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A939A is #656C65. Grayscale: #959595. Windows color (decimal): -6646886 or 10130330. OLE color: 10130330.
HSL color Cylindrical-coordinate representation of color #9A939A: hue angle of 300º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9A939A is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 154 | - |
| CMYK | 0 | 0.05 | 0 | 0.40 |
| HSL | 300º | 0.03% | 0.59% | - |
| HSV(B) | 300º | 0.05% | 0.6% | - |
| XYZ | 29.59 | 30.07 | 34.82 | - |
| YUV | 149.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 154 | 0 | 0.05 | 0 | 0.40 | 300 | 0.03 | 0.59 |
| Hex | 9A | 93 | 9A | 0 | 5 | 0 | 28 | 12C | 3 | 3B |
| Octal | 232 | 223 | 232 | 0 | 5 | 0 | 50 | 454 | 3 | 73 |
| Binary | 10011010 | 10010011 | 10011010 | 0 | 101 | 0 | 101000 | 100101100 | 11 | 111011 |
Color Harmonies of #9A939A
Complementary color
Monochromatic Colors of #9A939A
Black with #9A939A
Text Example
Text Example
White with #9A939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A939A; }
p { color: rgb(154,147,154); }
H1.HeaderClassName
{
color: #9A939A;
}
.AnyTagClassName
{
color: #9A939A;
}
</style>
background-color css
<style>
a { background-color: #9A939A; }
a { background-color: rgb(154,147,154); }
div.DivClassName
{
background-color: #9A939A;
}
.BgClassName
{
background-color: #9A939A;
}
</style>
border-color css
<style>
span { border-color: #9A939A; }
span { border-color: rgb(154,147,154); }
td.TdClassName
{
border-color: #9A939A;
}
.TagClassName
{
border-color: #9A939A;
}
</style>