#8C929D

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

Shades of Manatee #8C929D

Tints of Manatee #8C929D

Color information

#8C929D (or 0x8C929D) is unknown color: approx Manatee. HEX triplet: 8C, 92 and 9D. RGB value is (140,146,157). Sum of RGB (Red+Green+Blue) = 140+146+157=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C929D is #736D62. Grayscale: #919191. Windows color (decimal): -7564643 or 10326668. OLE color: 10326668.

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

Color convert

RGB140146157-
CMYK0.110.0700.38
HSL218.82º7.98%58.24%-
HSV(B)218.82º10.83%61.57%-
XYZ27.1828.5735.98-
YUV145.46134.51124.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=31.60%
G=32.96%
B=35.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401461570.110.0700.38218.827.9858.24
Hex8C929DB7026db83a
Octal2142222351370463331072
Binary10001100100100101001110110111110100110110110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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