#8991AD

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

Shades of Manatee #8991AD

Tints of Manatee #8991AD

Color information

#8991AD (or 0x8991AD) is unknown color: approx Manatee. HEX triplet: 89, 91 and AD. RGB value is (137,145,173). Sum of RGB (Red+Green+Blue) = 137+145+173=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #8991AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8991AD is #766E52. Grayscale: #919191. Windows color (decimal): -7761491 or 11374985. OLE color: 11374985.

HSL color Cylindrical-coordinate representation of color #8991AD: hue angle of 226.67º degrees, saturation: 0.18, 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 #8991AD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137145173-
CMYK0.210.1600.32
HSL226.67º18%60.78%-
HSV(B)226.67º20.81%67.84%-
XYZ27.9828.5943.58-
YUV145.8143.35121.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.11%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=30.11%
G=31.87%
B=38.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371451730.210.1600.32226.671860.78
Hex8991AD1510020e3123d
Octal21122125525200403432275
Binary100010011001000110101101101011000001000001110001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8991AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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