#98979B

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

Shades of Grey Suit #98979B

Tints of Grey Suit #98979B

Color information

#98979B (or 0x98979B) is unknown color: approx Grey Suit. HEX triplet: 98, 97 and 9B. RGB value is (152,151,155). Sum of RGB (Red+Green+Blue) = 152+151+155=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 155 - color contains mainly: blue. Hex color #98979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98979B is #676864. Grayscale: #979797. Windows color (decimal): -6776933 or 10196888. OLE color: 10196888.

HSL color Cylindrical-coordinate representation of color #98979B: hue angle of 255º 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 #98979B is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152151155-
CMYK0.020.0300.39
HSL255º1.96%60%-
HSV(B)255º2.58%60.78%-
XYZ29.9331.1835.45-
YUV151.76129.83128.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=33.19%
G=32.97%
B=33.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521511550.020.0300.392551.9660
Hex98979B23027ff23c
Octal23022723323047377274
Binary100110001001011110011011101101001111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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