#8E909B

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

Shades of Manatee #8E909B

Tints of Manatee #8E909B

Color information

#8E909B (or 0x8E909B) is unknown color: approx Manatee. HEX triplet: 8E, 90 and 9B. RGB value is (142,144,155). Sum of RGB (Red+Green+Blue) = 142+144+155=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E909B is #716F64. Grayscale: #909090. Windows color (decimal): -7434085 or 10195086. OLE color: 10195086.

HSL color Cylindrical-coordinate representation of color #8E909B: hue angle of 230.77º 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 #8E909B is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB142144155-
CMYK0.080.0700.39
HSL230.77º6.1%58.24%-
HSV(B)230.77º8.39%60.78%-
XYZ27.0428.0635-
YUV144.66133.84126.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.20%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=32.20%
G=32.65%
B=35.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421441550.080.0700.39230.776.158.24
Hex8E909B87027e763a
Octal216220233107047347672
Binary1000111010010000100110111000111010011111100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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