#8991AE

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

Shades of Manatee #8991AE

Tints of Manatee #8991AE

Color information

#8991AE (or 0x8991AE) is unknown color: approx Manatee. HEX triplet: 89, 91 and AE. RGB value is (137,145,174). Sum of RGB (Red+Green+Blue) = 137+145+174=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #8991AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8991AE is #766E51. Grayscale: #919191. Windows color (decimal): -7761490 or 11440521. OLE color: 11440521.

HSL color Cylindrical-coordinate representation of color #8991AE: hue angle of 227.03º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8991AE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137145174-
CMYK0.210.1700.32
HSL227.03º18.59%60.98%-
HSV(B)227.03º21.26%68.24%-
XYZ28.0828.6344.09-
YUV145.91143.85121.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.04%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=30.04%
G=31.80%
B=38.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371451740.210.1700.32227.0318.5960.98
Hex8991AE1511020e3133d
Octal21122125625210403432375
Binary100010011001000110101110101011000101000001110001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8991AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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