#979AAB

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

Shades of Manatee #979AAB

Tints of Manatee #979AAB

Color information

#979AAB (or 0x979AAB) is unknown color: approx Manatee. HEX triplet: 97, 9A and AB. RGB value is (151,154,171). Sum of RGB (Red+Green+Blue) = 151+154+171=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #979AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AAB is #686554. Grayscale: #9A9A9A. Windows color (decimal): -6841685 or 11246231. OLE color: 11246231.

HSL color Cylindrical-coordinate representation of color #979AAB: hue angle of 231º 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 #979AAB is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151154171-
CMYK0.120.1000.33
HSL231º10.64%63.14%-
HSV(B)231º11.7%67.06%-
XYZ31.6732.6343.16-
YUV155.04137.01125.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=31.72%
G=32.35%
B=35.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511541710.120.1000.3323110.6463.14
Hex979AABCA021e7b3f
Octal22723225314120413471377
Binary100101111001101010101011110010100100001111001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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