#8994AF

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

Shades of Manatee #8994AF

Tints of Manatee #8994AF

Color information

#8994AF (or 0x8994AF) is unknown color: approx Manatee. HEX triplet: 89, 94 and AF. RGB value is (137,148,175). Sum of RGB (Red+Green+Blue) = 137+148+175=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #8994AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8994AF is #766B50. Grayscale: #939393. Windows color (decimal): -7760721 or 11506825. OLE color: 11506825.

HSL color Cylindrical-coordinate representation of color #8994AF: hue angle of 222.63º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8994AF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137148175-
CMYK0.220.1500.31
HSL222.63º19.19%61.18%-
HSV(B)222.63º21.71%68.63%-
XYZ28.6429.5944.76-
YUV147.79143.36120.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.78%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=29.78%
G=32.17%
B=38.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371481750.220.1500.31222.6319.1961.18
Hex8994AF16F01Fdf133d
Octal21122425726170373372375
Binary1000100110010100101011111011011110111111101111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8994AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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