#988D8C

Color #988D8C Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #988D8C

Tints of Suva Grey #988D8C

Color information

#988D8C (or 0x988D8C) is unknown color: approx Suva Grey. HEX triplet: 98, 8D and 8C. RGB value is (152,141,140). Sum of RGB (Red+Green+Blue) = 152+141+140=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #988D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D8C is #677273. Grayscale: #909090. Windows color (decimal): -6779508 or 9211288. OLE color: 9211288.

HSL color Cylindrical-coordinate representation of color #988D8C: hue angle of 5º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #988D8C is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB152141140-
CMYK00.070.080.40
HSL5.5%57.25%-
HSV(B)7.89%59.61%-
XYZ27.2127.6228.71-
YUV144.18125.64133.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=35.10%
G=32.56%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214114000.070.080.4055.557.25
Hex988D8C078285639
Octal2302152140710505671
Binary10011000100011011000110001111000101000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988D8C; }

 p { color: rgb(152,141,140); }

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

<style>
 a { background-color: #988D8C; }

 a { background-color: rgb(152,141,140); }

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

<style>
 span { border-color: #988D8C; }

 span { border-color: rgb(152,141,140); }

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