#8E919B

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

Shades of Manatee #8E919B

Tints of Manatee #8E919B

Color information

#8E919B (or 0x8E919B) is unknown color: approx Manatee. HEX triplet: 8E, 91 and 9B. RGB value is (142,145,155). Sum of RGB (Red+Green+Blue) = 142+145+155=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E919B is #716E64. Grayscale: #919191. Windows color (decimal): -7433829 or 10195342. OLE color: 10195342.

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

Color convert

RGB142145155-
CMYK0.080.0600.39
HSL226.15º6.1%58.24%-
HSV(B)226.15º8.39%60.78%-
XYZ27.228.3735.05-
YUV145.24133.51125.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=32.13%
G=32.81%
B=35.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421451550.080.0600.39226.156.158.24
Hex8E919B86027e263a
Octal216221233106047342672
Binary1000111010010001100110111000110010011111100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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