#8E97AB

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

Shades of Manatee #8E97AB

Tints of Manatee #8E97AB

Color information

#8E97AB (or 0x8E97AB) is unknown color: approx Manatee. HEX triplet: 8E, 97 and AB. RGB value is (142,151,171). Sum of RGB (Red+Green+Blue) = 142+151+171=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E97AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E97AB is #716854. Grayscale: #969696. Windows color (decimal): -7432277 or 11245454. OLE color: 11245454.

HSL color Cylindrical-coordinate representation of color #8E97AB: hue angle of 221.38º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E97AB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142151171-
CMYK0.170.1200.33
HSL221.38º14.72%61.37%-
HSV(B)221.38º16.96%67.06%-
XYZ29.5730.8242.92-
YUV150.59139.52121.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=30.60%
G=32.54%
B=36.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421511710.170.1200.33221.3814.7261.37
Hex8E97AB11C021ddf3d
Octal21622725321140413351775
Binary1000111010010111101010111000111000100001110111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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