#97949C

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

Shades of Grey Suit #97949C

Tints of Grey Suit #97949C

Color information

#97949C (or 0x97949C) is unknown color: approx Grey Suit. HEX triplet: 97, 94 and 9C. RGB value is (151,148,156). Sum of RGB (Red+Green+Blue) = 151+148+156=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 156 - color contains mainly: blue. Hex color #97949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97949C is #686B63. Grayscale: #959595. Windows color (decimal): -6843236 or 10261655. OLE color: 10261655.

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

Color convert

RGB151148156-
CMYK0.030.0500.39
HSL262.5º3.88%59.61%-
HSV(B)262.5º5.13%61.18%-
XYZ29.3530.1635.73-
YUV149.81131.49128.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.19%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=33.19%
G=32.53%
B=34.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511481560.030.0500.39262.53.8859.61
Hex97949C3502710743c
Octal22722423435047407474
Binary100101111001010010011100111010100111100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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