#988C8A

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

Shades of Suva Grey #988C8A

Tints of Suva Grey #988C8A

Color information

#988C8A (or 0x988C8A) is unknown color: approx Suva Grey. HEX triplet: 98, 8C and 8A. RGB value is (152,140,138). Sum of RGB (Red+Green+Blue) = 152+140+138=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #988C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C8A is #677375. Grayscale: #8F8F8F. Windows color (decimal): -6779766 or 9079960. OLE color: 9079960.

HSL color Cylindrical-coordinate representation of color #988C8A: hue angle of 8.57º 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 #988C8A is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB152140138-
CMYK00.080.090.40
HSL8.57º6.36%56.86%-
HSV(B)8.57º9.21%59.61%-
XYZ26.9127.2727.89-
YUV143.36124.98134.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=35.35%
G=32.56%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214013800.080.090.408.576.3656.86
Hex988C8A089289639
Octal230214212010115011671
Binary1001100010001100100010100100010011010001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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