Shades of London Hue #9F90A0
Tints of London Hue #9F90A0
RGB
CMYK
RGB Variations
Color information
#9F90A0 (or 0x9F90A0) is known color: London Hue. HEX triplet: 9F, 90 and A0. RGB value is (159,144,160). Sum of RGB (Red+Green+Blue) = 159+144+160=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 160 - color contains mainly: blue. Hex color #9F90A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F90A0 is #606F5F. Grayscale: #969696. Windows color (decimal): -6319968 or 10522783. OLE color: 10522783.
HSL color Cylindrical-coordinate representation of color #9F90A0: hue angle of 296.25º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F90A0 is Cyan = 0.01, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 144 | 160 | - |
| CMYK | 0.01 | 0.1 | 0 | 0.37 |
| HSL | 296.25º | 0.08% | 0.6% | - |
| HSV(B) | 296.25º | 0.1% | 0.63% | - |
| XYZ | 30.62 | 29.86 | 37.41 | - |
| YUV | 150.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 160 | 0.01 | 0.1 | 0 | 0.37 | 296.25 | 0.08 | 0.6 |
| Hex | 9F | 90 | A0 | 1 | A | 0 | 25 | 128 | 8 | 3C |
| Octal | 237 | 220 | 240 | 1 | 12 | 0 | 45 | 450 | 10 | 74 |
| Binary | 10011111 | 10010000 | 10100000 | 1 | 1010 | 0 | 100101 | 100101000 | 1000 | 111100 |
Color Harmonies of #9F90A0
Complementary color
Monochromatic Colors of #9F90A0
Black with #9F90A0
Text Example
Text Example
White with #9F90A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F90A0; }
p { color: rgb(159,144,160); }
H1.HeaderClassName
{
color: #9F90A0;
}
.AnyTagClassName
{
color: #9F90A0;
}
</style>
background-color css
<style>
a { background-color: #9F90A0; }
a { background-color: rgb(159,144,160); }
div.DivClassName
{
background-color: #9F90A0;
}
.BgClassName
{
background-color: #9F90A0;
}
</style>
border-color css
<style>
span { border-color: #9F90A0; }
span { border-color: rgb(159,144,160); }
td.TdClassName
{
border-color: #9F90A0;
}
.TagClassName
{
border-color: #9F90A0;
}
</style>