#8E97AE

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

Shades of Manatee #8E97AE

Tints of Manatee #8E97AE

Color information

#8E97AE (or 0x8E97AE) is unknown color: approx Manatee. HEX triplet: 8E, 97 and AE. RGB value is (142,151,174). Sum of RGB (Red+Green+Blue) = 142+151+174=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E97AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E97AE is #716851. Grayscale: #969696. Windows color (decimal): -7432274 or 11442062. OLE color: 11442062.

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

Color convert

RGB142151174-
CMYK0.180.1300.32
HSL223.12º16.49%61.96%-
HSV(B)223.12º18.39%68.24%-
XYZ29.8630.9444.44-
YUV150.93141.02121.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=30.41%
G=32.33%
B=37.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421511740.180.1300.32223.1216.4961.96
Hex8E97AE12D020df103e
Octal21622725622150403372076
Binary10001110100101111010111010010110101000001101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E97AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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