#8C939F

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

Shades of Manatee #8C939F

Tints of Manatee #8C939F

Color information

#8C939F (or 0x8C939F) is unknown color: approx Manatee. HEX triplet: 8C, 93 and 9F. RGB value is (140,147,159). Sum of RGB (Red+Green+Blue) = 140+147+159=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C939F is #736C60. Grayscale: #929292. Windows color (decimal): -7564385 or 10457996. OLE color: 10457996.

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

Color convert

RGB140147159-
CMYK0.120.0800.38
HSL217.89º9%58.63%-
HSV(B)217.89º11.95%62.35%-
XYZ27.5128.9536.94-
YUV146.28135.18123.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.39%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=31.39%
G=32.96%
B=35.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401471590.120.0800.38217.89958.63
Hex8C939FC8026da93b
Octal21422323714100463321173
Binary100011001001001110011111110010000100110110110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,147,159); }

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

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

 a { background-color: rgb(140,147,159); }

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

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

 span { border-color: rgb(140,147,159); }

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