#998F8C

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

Shades of Suva Grey #998F8C

Tints of Suva Grey #998F8C

Color information

#998F8C (or 0x998F8C) is unknown color: approx Suva Grey. HEX triplet: 99, 8F and 8C. RGB value is (153,143,140). Sum of RGB (Red+Green+Blue) = 153+143+140=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #998F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F8C is #667073. Grayscale: #919191. Windows color (decimal): -6713460 or 9211801. OLE color: 9211801.

HSL color Cylindrical-coordinate representation of color #998F8C: hue angle of 13.85º 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 #998F8C is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB153143140-
CMYK00.070.080.4
HSL13.85º5.99%57.45%-
HSV(B)13.85º8.5%60%-
XYZ27.6928.3128.82-
YUV145.65124.81133.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 140 (55.08% from 255) = 32.11%
R=35.09%
G=32.80%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314314000.070.080.413.855.9957.45
Hex998F8C07828e639
Octal23121721407105016671
Binary100110011000111110001100011110001010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,143,140); }

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

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

 a { background-color: rgb(153,143,140); }

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

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

 span { border-color: rgb(153,143,140); }

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