#979AAA

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

Shades of Manatee #979AAA

Tints of Manatee #979AAA

Color information

#979AAA (or 0x979AAA) is unknown color: approx Manatee. HEX triplet: 97, 9A and AA. RGB value is (151,154,170). Sum of RGB (Red+Green+Blue) = 151+154+170=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #979AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AAA is #686555. Grayscale: #9A9A9A. Windows color (decimal): -6841686 or 11180695. OLE color: 11180695.

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

Color convert

RGB151154170-
CMYK0.110.0900.33
HSL230.53º10.05%62.94%-
HSV(B)230.53º11.18%66.67%-
XYZ31.5732.5942.66-
YUV154.93136.51125.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=31.79%
G=32.42%
B=35.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511541700.110.0900.33230.5310.0562.94
Hex979AAAB9021e7a3f
Octal22723225213110413471277
Binary100101111001101010101010101110010100001111001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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