#979AA4

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

Shades of Manatee #979AA4

Tints of Manatee #979AA4

Color information

#979AA4 (or 0x979AA4) is unknown color: approx Manatee. HEX triplet: 97, 9A and A4. RGB value is (151,154,164). Sum of RGB (Red+Green+Blue) = 151+154+164=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 164 - color contains mainly: blue. Hex color #979AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AA4 is #68655B. Grayscale: #9A9A9A. Windows color (decimal): -6841692 or 10787479. OLE color: 10787479.

HSL color Cylindrical-coordinate representation of color #979AA4: hue angle of 226.15º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #979AA4 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB151154164-
CMYK0.080.0600.36
HSL226.15º6.67%61.76%-
HSV(B)226.15º7.93%64.31%-
XYZ31.0232.3739.74-
YUV154.24133.51125.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=32.20%
G=32.84%
B=34.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511541640.080.0600.36226.156.6761.76
Hex979AA486024e273e
Octal227232244106044342776
Binary1001011110011010101001001000110010010011100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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