#8991AC

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

Shades of Manatee #8991AC

Tints of Manatee #8991AC

Color information

#8991AC (or 0x8991AC) is unknown color: approx Manatee. HEX triplet: 89, 91 and AC. RGB value is (137,145,172). Sum of RGB (Red+Green+Blue) = 137+145+172=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #8991AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8991AC is #766E53. Grayscale: #919191. Windows color (decimal): -7761492 or 11309449. OLE color: 11309449.

HSL color Cylindrical-coordinate representation of color #8991AC: hue angle of 226.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8991AC is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137145172-
CMYK0.200.1600.33
HSL226.29º17.41%60.59%-
HSV(B)226.29º20.35%67.45%-
XYZ27.8928.5543.07-
YUV145.69142.85121.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.18%
GREEN value IS 145 (57.03% from 255) = 31.94%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=30.18%
G=31.94%
B=37.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371451720.200.1600.33226.2917.4160.59
Hex8991AC1410021e2113d
Octal21122125424200413422175
Binary100010011001000110101100101001000001000011110001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8991AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8991AC; }

 p { color: rgb(137,145,172); }

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

<style>
 a { background-color: #8991AC; }

 a { background-color: rgb(137,145,172); }

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

<style>
 span { border-color: #8991AC; }

 span { border-color: rgb(137,145,172); }

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