#97959A

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

Shades of Grey Suit #97959A

Tints of Grey Suit #97959A

Color information

#97959A (or 0x97959A) is unknown color: approx Grey Suit. HEX triplet: 97, 95 and 9A. RGB value is (151,149,154). Sum of RGB (Red+Green+Blue) = 151+149+154=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 154 - color contains mainly: blue. Hex color #97959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97959A is #686A65. Grayscale: #969696. Windows color (decimal): -6842982 or 10130839. OLE color: 10130839.

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

Color convert

RGB151149154-
CMYK0.020.0300.40
HSL264º2.42%59.41%-
HSV(B)264º3.25%60.39%-
XYZ29.3430.4134.89-
YUV150.17130.16128.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=33.26%
G=32.82%
B=33.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511491540.020.0300.402642.4259.41
Hex97959A2302810823b
Octal22722523223050410273
Binary1001011110010101100110101011010100010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97959A; }

 p { color: rgb(151,149,154); }

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

<style>
 a { background-color: #97959A; }

 a { background-color: rgb(151,149,154); }

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

<style>
 span { border-color: #97959A; }

 span { border-color: rgb(151,149,154); }

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