#8E929D

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

Shades of Manatee #8E929D

Tints of Manatee #8E929D

Color information

#8E929D (or 0x8E929D) is unknown color: approx Manatee. HEX triplet: 8E, 92 and 9D. RGB value is (142,146,157). Sum of RGB (Red+Green+Blue) = 142+146+157=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E929D is #716D62. Grayscale: #929292. Windows color (decimal): -7433571 or 10326670. OLE color: 10326670.

HSL color Cylindrical-coordinate representation of color #8E929D: hue angle of 224º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E929D is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB142146157-
CMYK0.100.0700.38
HSL224º7.11%58.63%-
HSV(B)224º9.55%61.57%-
XYZ27.5228.7436-
YUV146.06134.17125.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=31.91%
G=32.81%
B=35.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421461570.100.0700.382247.1158.63
Hex8E929DA7026e073b
Octal216222235127046340773
Binary1000111010010010100111011010111010011011100000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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