#8E94AE

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

Shades of Manatee #8E94AE

Tints of Manatee #8E94AE

Color information

#8E94AE (or 0x8E94AE) is unknown color: approx Manatee. HEX triplet: 8E, 94 and AE. RGB value is (142,148,174). Sum of RGB (Red+Green+Blue) = 142+148+174=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E94AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E94AE is #716B51. Grayscale: #959595. Windows color (decimal): -7433042 or 11441294. OLE color: 11441294.

HSL color Cylindrical-coordinate representation of color #8E94AE: hue angle of 228.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E94AE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB142148174-
CMYK0.180.1500.32
HSL228.75º16.49%61.96%-
HSV(B)228.75º18.39%68.24%-
XYZ29.3929.9944.28-
YUV149.17142.01122.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=30.60%
G=31.90%
B=37.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421481740.180.1500.32228.7516.4961.96
Hex8E94AE12F020e5103e
Octal21622425622170403452076
Binary10001110100101001010111010010111101000001110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E94AE; }

 p { color: rgb(142,148,174); }

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

<style>
 a { background-color: #8E94AE; }

 a { background-color: rgb(142,148,174); }

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

<style>
 span { border-color: #8E94AE; }

 span { border-color: rgb(142,148,174); }

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