#8D929B

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

Shades of Manatee #8D929B

Tints of Manatee #8D929B

Color information

#8D929B (or 0x8D929B) is unknown color: approx Manatee. HEX triplet: 8D, 92 and 9B. RGB value is (141,146,155). Sum of RGB (Red+Green+Blue) = 141+146+155=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D929B is #726D64. Grayscale: #919191. Windows color (decimal): -7499109 or 10195597. OLE color: 10195597.

HSL color Cylindrical-coordinate representation of color #8D929B: hue angle of 218.57º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D929B is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB141146155-
CMYK0.090.0600.39
HSL218.57º6.54%58.04%-
HSV(B)218.57º9.03%60.78%-
XYZ27.1828.5935.1-
YUV145.53133.34124.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.90%
GREEN value IS 146 (57.42% from 255) = 33.03%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=31.90%
G=33.03%
B=35.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411461550.090.0600.39218.576.5458.04
Hex8D929B96027db73a
Octal215222233116047333772
Binary1000110110010010100110111001110010011111011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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