Shades of London Hue #998F99
Tints of London Hue #998F99
RGB
CMYK
RGB Variations
Color information
#998F99 (or 0x998F99) is known color: London Hue. HEX triplet: 99, 8F and 99. RGB value is (153,143,153). Sum of RGB (Red+Green+Blue) = 153+143+153=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #998F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F99 is #667066. Grayscale: #939393. Windows color (decimal): -6713447 or 10063769. OLE color: 10063769.
HSL color Cylindrical-coordinate representation of color #998F99: hue angle of 300º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #998F99 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 153 | - |
| CMYK | 0 | 0.07 | 0 | 0.4 |
| HSL | 300º | 0.05% | 0.58% | - |
| HSV(B) | 300º | 0.07% | 0.6% | - |
| XYZ | 28.71 | 28.72 | 34.17 | - |
| YUV | 147.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 153 | 0 | 0.07 | 0 | 0.4 | 300 | 0.05 | 0.58 |
| Hex | 99 | 8F | 99 | 0 | 7 | 0 | 28 | 12C | 5 | 3A |
| Octal | 231 | 217 | 231 | 0 | 7 | 0 | 50 | 454 | 5 | 72 |
| Binary | 10011001 | 10001111 | 10011001 | 0 | 111 | 0 | 101000 | 100101100 | 101 | 111010 |
Color Harmonies of #998F99
Complementary color
Monochromatic Colors of #998F99
Black with #998F99
Text Example
Text Example
White with #998F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F99; }
p { color: rgb(153,143,153); }
H1.HeaderClassName
{
color: #998F99;
}
.AnyTagClassName
{
color: #998F99;
}
</style>
background-color css
<style>
a { background-color: #998F99; }
a { background-color: rgb(153,143,153); }
div.DivClassName
{
background-color: #998F99;
}
.BgClassName
{
background-color: #998F99;
}
</style>
border-color css
<style>
span { border-color: #998F99; }
span { border-color: rgb(153,143,153); }
td.TdClassName
{
border-color: #998F99;
}
.TagClassName
{
border-color: #998F99;
}
</style>