#8E929B

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

Shades of Manatee #8E929B

Tints of Manatee #8E929B

Color information

#8E929B (or 0x8E929B) is unknown color: approx Manatee. HEX triplet: 8E, 92 and 9B. RGB value is (142,146,155). Sum of RGB (Red+Green+Blue) = 142+146+155=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E929B is #716D64. Grayscale: #919191. Windows color (decimal): -7433573 or 10195598. OLE color: 10195598.

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

Color convert

RGB142146155-
CMYK0.080.0600.39
HSL221.54º6.1%58.24%-
HSV(B)221.54º8.39%60.78%-
XYZ27.3528.6835.1-
YUV145.83133.17125.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=32.05%
G=32.96%
B=34.99%

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
Decimal1421461550.080.0600.39221.546.158.24
Hex8E929B86027de63a
Octal216222233106047336672
Binary1000111010010010100110111000110010011111011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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