#8C8E92

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

Shades of Manatee #8C8E92

Tints of Manatee #8C8E92

Color information

#8C8E92 (or 0x8C8E92) is unknown color: approx Manatee. HEX triplet: 8C, 8E and 92. RGB value is (140,142,146). Sum of RGB (Red+Green+Blue) = 140+142+146=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C8E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8E92 is #73716D. Grayscale: #8D8D8D. Windows color (decimal): -7565678 or 9604748. OLE color: 9604748.

HSL color Cylindrical-coordinate representation of color #8C8E92: hue angle of 220º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8C8E92 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB140142146-
CMYK0.040.0300.43
HSL220º2.68%56.08%-
HSV(B)220º4.11%57.25%-
XYZ25.682731.05-
YUV141.86130.34126.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.71%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=32.71%
G=33.18%
B=34.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401421460.040.0300.432202.6856.08
Hex8C8E924302Bdc338
Octal21421622243053334370
Binary1000110010001110100100101001101010111101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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