#979AA5

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

Shades of Manatee #979AA5

Tints of Manatee #979AA5

Color information

#979AA5 (or 0x979AA5) is unknown color: approx Manatee. HEX triplet: 97, 9A and A5. RGB value is (151,154,165). Sum of RGB (Red+Green+Blue) = 151+154+165=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 165 - color contains mainly: blue. Hex color #979AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AA5 is #68655A. Grayscale: #9A9A9A. Windows color (decimal): -6841691 or 10853015. OLE color: 10853015.

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

Color convert

RGB151154165-
CMYK0.080.0700.35
HSL227.14º7.22%61.96%-
HSV(B)227.14º8.48%64.71%-
XYZ31.1132.4140.21-
YUV154.36134.01125.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=32.13%
G=32.77%
B=35.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511541650.080.0700.35227.147.2261.96
Hex979AA587023e373e
Octal227232245107043343776
Binary1001011110011010101001011000111010001111100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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