#8E93AE

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

Shades of Manatee #8E93AE

Tints of Manatee #8E93AE

Color information

#8E93AE (or 0x8E93AE) is unknown color: approx Manatee. HEX triplet: 8E, 93 and AE. RGB value is (142,147,174). Sum of RGB (Red+Green+Blue) = 142+147+174=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E93AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E93AE is #716C51. Grayscale: #949494. Windows color (decimal): -7433298 or 11441038. OLE color: 11441038.

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

Color convert

RGB142147174-
CMYK0.180.1600.32
HSL230.62º16.49%61.96%-
HSV(B)230.62º18.39%68.24%-
XYZ29.2329.6744.23-
YUV148.58142.34123.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.67%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=30.67%
G=31.75%
B=37.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421471740.180.1600.32230.6216.4961.96
Hex8E93AE1210020e7103e
Octal21622325622200403472076
Binary100011101001001110101110100101000001000001110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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