#8994A6

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

Shades of Manatee #8994A6

Tints of Manatee #8994A6

Color information

#8994A6 (or 0x8994A6) is unknown color: approx Manatee. HEX triplet: 89, 94 and A6. RGB value is (137,148,166). Sum of RGB (Red+Green+Blue) = 137+148+166=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 166 - color contains mainly: blue. Hex color #8994A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8994A6 is #766B59. Grayscale: #929292. Windows color (decimal): -7760730 or 10917001. OLE color: 10917001.

HSL color Cylindrical-coordinate representation of color #8994A6: hue angle of 217.24º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8994A6 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB137148166-
CMYK0.170.1100.35
HSL217.24º14.01%59.41%-
HSV(B)217.24º17.47%65.1%-
XYZ27.7929.2540.26-
YUV146.76138.86121.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.38%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 166 (65.23% from 255) = 36.81%
R=30.38%
G=32.82%
B=36.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371481660.170.1100.35217.2414.0159.41
Hex8994A611B023d9e3b
Octal21122424621130433311673
Binary1000100110010100101001101000110110100011110110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8994A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8994A6; }

 p { color: rgb(137,148,166); }

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

<style>
 a { background-color: #8994A6; }

 a { background-color: rgb(137,148,166); }

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

<style>
 span { border-color: #8994A6; }

 span { border-color: rgb(137,148,166); }

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