#8E939B

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

Shades of Manatee #8E939B

Tints of Manatee #8E939B

Color information

#8E939B (or 0x8E939B) is unknown color: approx Manatee. HEX triplet: 8E, 93 and 9B. RGB value is (142,147,155). Sum of RGB (Red+Green+Blue) = 142+147+155=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E939B is #716C64. Grayscale: #929292. Windows color (decimal): -7433317 or 10195854. OLE color: 10195854.

HSL color Cylindrical-coordinate representation of color #8E939B: hue angle of 216.92º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E939B is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB142147155-
CMYK0.080.0500.39
HSL216.92º6.1%58.24%-
HSV(B)216.92º8.39%60.78%-
XYZ27.5128.9835.16-
YUV146.42132.84124.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.98%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 155 (60.94% from 255) = 34.91%
R=31.98%
G=33.11%
B=34.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421471550.080.0500.39216.926.158.24
Hex8E939B85027d963a
Octal216223233105047331672
Binary1000111010010011100110111000101010011111011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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