#979B9A

Color #979B9A Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #979B9A

Tints of Cascade #979B9A

Color information

#979B9A (or 0x979B9A) is unknown color: approx Cascade. HEX triplet: 97, 9B and 9A. RGB value is (151,155,154). Sum of RGB (Red+Green+Blue) = 151+155+154=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 155 - color contains mainly: green. Hex color #979B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B9A is #686465. Grayscale: #999999. Windows color (decimal): -6841446 or 10132375. OLE color: 10132375.

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

Color convert

RGB151155154-
CMYK0.0300.010.39
HSL165º1.96%60%-
HSV(B)165º2.58%60.78%-
XYZ30.3232.3635.22-
YUV153.69128.17126.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.83%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=32.83%
G=33.70%
B=33.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511551540.0300.010.391651.9660
Hex979B9A30127a523c
Octal22723323230147245274
Binary10010111100110111001101011011001111010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979B9A; }

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

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

<style>
 a { background-color: #979B9A; }

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

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

<style>
 span { border-color: #979B9A; }

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

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