#97969B

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

Shades of Grey Suit #97969B

Tints of Grey Suit #97969B

Color information

#97969B (or 0x97969B) is unknown color: approx Grey Suit. HEX triplet: 97, 96 and 9B. RGB value is (151,150,155). Sum of RGB (Red+Green+Blue) = 151+150+155=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 155 - color contains mainly: blue. Hex color #97969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97969B is #686964. Grayscale: #969696. Windows color (decimal): -6842725 or 10196631. OLE color: 10196631.

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

Color convert

RGB151150155-
CMYK0.030.0300.39
HSL252º2.44%59.8%-
HSV(B)252º3.23%60.78%-
XYZ29.5930.7635.39-
YUV150.87130.33128.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=33.11%
G=32.89%
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
Decimal1511501550.030.0300.392522.4459.8
Hex97969B33027fc23c
Octal22722623333047374274
Binary100101111001011010011011111101001111111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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