#979AAC

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

Shades of Manatee #979AAC

Tints of Manatee #979AAC

Color information

#979AAC (or 0x979AAC) is unknown color: approx Manatee. HEX triplet: 97, 9A and AC. RGB value is (151,154,172). Sum of RGB (Red+Green+Blue) = 151+154+172=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #979AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AAC is #686553. Grayscale: #9B9B9B. Windows color (decimal): -6841684 or 11311767. OLE color: 11311767.

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

Color convert

RGB151154172-
CMYK0.120.1000.33
HSL231.43º11.23%63.33%-
HSV(B)231.43º12.21%67.45%-
XYZ31.7632.6743.66-
YUV155.16137.51125.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=31.66%
G=32.29%
B=36.06%

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
Decimal1511541720.120.1000.33231.4311.2363.33
Hex979AACCA021e7b3f
Octal22723225414120413471377
Binary100101111001101010101100110010100100001111001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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