#8E97AF

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

Shades of Manatee #8E97AF

Tints of Manatee #8E97AF

Color information

#8E97AF (or 0x8E97AF) is unknown color: approx Manatee. HEX triplet: 8E, 97 and AF. RGB value is (142,151,175). Sum of RGB (Red+Green+Blue) = 142+151+175=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E97AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E97AF is #716850. Grayscale: #969696. Windows color (decimal): -7432273 or 11507598. OLE color: 11507598.

HSL color Cylindrical-coordinate representation of color #8E97AF: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E97AF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB142151175-
CMYK0.190.1400.31
HSL223.64º17.1%62.16%-
HSV(B)223.64º18.86%68.63%-
XYZ29.9630.9844.96-
YUV151.04141.52121.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.34%
GREEN value IS 151 (59.38% from 255) = 32.26%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=30.34%
G=32.26%
B=37.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421511750.190.1400.31223.6417.162.16
Hex8E97AF13E01Fe0113e
Octal21622725723160373402176
Binary1000111010010111101011111001111100111111110000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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