#998B98

Color #998B98 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #998B98

Tints of London Hue #998B98

Color information

#998B98 (or 0x998B98) is unknown color: approx London Hue. HEX triplet: 99, 8B and 98. RGB value is (153,139,152). Sum of RGB (Red+Green+Blue) = 153+139+152=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 153 - color contains mainly: red. Hex color #998B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B98 is #667467. Grayscale: #909090. Windows color (decimal): -6714472 or 9997209. OLE color: 9997209.

HSL color Cylindrical-coordinate representation of color #998B98: hue angle of 304.29º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #998B98 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153139152-
CMYK00.090.010.4
HSL304.29º6.42%57.25%-
HSV(B)304.29º9.15%60%-
XYZ28.0427.533.54-
YUV144.67132.14133.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 152 (59.77% from 255) = 34.23%
R=34.46%
G=31.31%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313915200.090.010.4304.296.4257.25
Hex998B9809128130639
Octal231213230011150460671
Binary100110011000101110011000010011101000100110000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998B98; }

 p { color: rgb(153,139,152); }

 H1.HeaderClassName
 {
   color: #998B98;
 }
 .AnyTagClassName
 {
   color: #998B98;
 }
</style>
background-color css

<style>
 a { background-color: #998B98; }

 a { background-color: rgb(153,139,152); }

 div.DivClassName
 {
   background-color: #998B98;
 }
 .BgClassName
 {
   background-color: #998B98;
 }
</style>
border-color css

<style>
 span { border-color: #998B98; }

 span { border-color: rgb(153,139,152); }

 td.TdClassName
 {
   border-color: #998B98;
 }
 .TagClassName
 {
   border-color: #998B98;
 }
</style>