#988F8E

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

Shades of Suva Grey #988F8E

Tints of Suva Grey #988F8E

Color information

#988F8E (or 0x988F8E) is unknown color: approx Suva Grey. HEX triplet: 98, 8F and 8E. RGB value is (152,143,142). Sum of RGB (Red+Green+Blue) = 152+143+142=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 152 - color contains mainly: red. Hex color #988F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F8E is #677071. Grayscale: #919191. Windows color (decimal): -6778994 or 9342872. OLE color: 9342872.

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

Color convert

RGB152143142-
CMYK00.060.070.40
HSL4.63%57.65%-
HSV(B)6.58%59.61%-
XYZ27.6528.2729.59-
YUV145.58125.98132.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.78%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=34.78%
G=32.72%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214314200.060.070.4064.6357.65
Hex988F8E06728653a
Octal230217216067506572
Binary1001100010001111100011100110111101000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,143,142); }

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

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

 a { background-color: rgb(152,143,142); }

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

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

 span { border-color: rgb(152,143,142); }

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