#979AA8

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

Shades of Manatee #979AA8

Tints of Manatee #979AA8

Color information

#979AA8 (or 0x979AA8) is unknown color: approx Manatee. HEX triplet: 97, 9A and A8. RGB value is (151,154,168). Sum of RGB (Red+Green+Blue) = 151+154+168=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 168 - color contains mainly: blue. Hex color #979AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AA8 is #686557. Grayscale: #9A9A9A. Windows color (decimal): -6841688 or 11049623. OLE color: 11049623.

HSL color Cylindrical-coordinate representation of color #979AA8: hue angle of 229.41º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #979AA8 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB151154168-
CMYK0.100.0800.34
HSL229.41º8.9%62.55%-
HSV(B)229.41º10.12%65.88%-
XYZ31.3932.5241.67-
YUV154.7135.51125.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 168 (66.02% from 255) = 35.52%
R=31.92%
G=32.56%
B=35.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1511541680.100.0800.34229.418.962.55
Hex979AA8A8022e593f
Octal22723225012100423451177
Binary100101111001101010101000101010000100010111001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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