Shades of London Hue #998A98
Tints of London Hue #998A98
RGB
CMYK
RGB Variations
Color information
#998A98 (or 0x998A98) is known color: London Hue. HEX triplet: 99, 8A and 98. RGB value is (153,138,152). Sum of RGB (Red+Green+Blue) = 153+138+152=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 153 - color contains mainly: red. Hex color #998A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998A98 is #667567. Grayscale: #909090. Windows color (decimal): -6714728 or 9996953. OLE color: 9996953.
HSL color Cylindrical-coordinate representation of color #998A98: hue angle of 304º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #998A98 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 152 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.4 |
| HSL | 304º | 0.07% | 0.57% | - |
| HSV(B) | 304º | 0.1% | 0.6% | - |
| XYZ | 27.89 | 27.22 | 33.49 | - |
| YUV | 144.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 152 | 0 | 0.10 | 0.01 | 0.4 | 304 | 0.07 | 0.57 |
| Hex | 99 | 8A | 98 | 0 | A | 1 | 28 | 130 | 7 | 39 |
| Octal | 231 | 212 | 230 | 0 | 12 | 1 | 50 | 460 | 7 | 71 |
| Binary | 10011001 | 10001010 | 10011000 | 0 | 1010 | 1 | 101000 | 100110000 | 111 | 111001 |
Color Harmonies of #998A98
Complementary color
Monochromatic Colors of #998A98
Black with #998A98
Text Example
Text Example
White with #998A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A98; }
p { color: rgb(153,138,152); }
H1.HeaderClassName
{
color: #998A98;
}
.AnyTagClassName
{
color: #998A98;
}
</style>
background-color css
<style>
a { background-color: #998A98; }
a { background-color: rgb(153,138,152); }
div.DivClassName
{
background-color: #998A98;
}
.BgClassName
{
background-color: #998A98;
}
</style>
border-color css
<style>
span { border-color: #998A98; }
span { border-color: rgb(153,138,152); }
td.TdClassName
{
border-color: #998A98;
}
.TagClassName
{
border-color: #998A98;
}
</style>