#979BAB

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

Shades of Manatee #979BAB

Tints of Manatee #979BAB

Color information

#979BAB (or 0x979BAB) is unknown color: approx Manatee. HEX triplet: 97, 9B and AB. RGB value is (151,155,171). Sum of RGB (Red+Green+Blue) = 151+155+171=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #979BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979BAB is #686454. Grayscale: #9B9B9B. Windows color (decimal): -6841429 or 11246487. OLE color: 11246487.

HSL color Cylindrical-coordinate representation of color #979BAB: hue angle of 228º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #979BAB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151155171-
CMYK0.120.0900.33
HSL228º10.64%63.14%-
HSV(B)228º11.7%67.06%-
XYZ31.8332.9643.21-
YUV155.63136.67124.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=31.66%
G=32.49%
B=35.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511551710.120.0900.3322810.6463.14
Hex979BABC9021e4b3f
Octal22723325314110413441377
Binary100101111001101110101011110010010100001111001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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