#98979C

Color #98979C Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #98979C

Tints of Grey Suit #98979C

Color information

#98979C (or 0x98979C) is unknown color: approx Grey Suit. HEX triplet: 98, 97 and 9C. RGB value is (152,151,156). Sum of RGB (Red+Green+Blue) = 152+151+156=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 156 - color contains mainly: blue. Hex color #98979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98979C is #676863. Grayscale: #979797. Windows color (decimal): -6776932 or 10262424. OLE color: 10262424.

HSL color Cylindrical-coordinate representation of color #98979C: hue angle of 252º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #98979C is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152151156-
CMYK0.030.0300.39
HSL252º2.46%60.2%-
HSV(B)252º3.21%61.18%-
XYZ30.0231.2135.89-
YUV151.87130.33128.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=33.12%
G=32.90%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521511560.030.0300.392522.4660.2
Hex98979C33027fc23c
Octal23022723433047374274
Binary100110001001011110011100111101001111111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98979C; }

 p { color: rgb(152,151,156); }

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

<style>
 a { background-color: #98979C; }

 a { background-color: rgb(152,151,156); }

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

<style>
 span { border-color: #98979C; }

 span { border-color: rgb(152,151,156); }

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