#8D929E

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

Shades of Manatee #8D929E

Tints of Manatee #8D929E

Color information

#8D929E (or 0x8D929E) is unknown color: approx Manatee. HEX triplet: 8D, 92 and 9E. RGB value is (141,146,158). Sum of RGB (Red+Green+Blue) = 141+146+158=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D929E is #726D61. Grayscale: #919191. Windows color (decimal): -7499106 or 10392205. OLE color: 10392205.

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

Color convert

RGB141146158-
CMYK0.110.0800.38
HSL222.35º8.06%58.63%-
HSV(B)222.35º10.76%61.96%-
XYZ27.4328.6936.44-
YUV145.87134.84124.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=31.69%
G=32.81%
B=35.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411461580.110.0800.38222.358.0658.63
Hex8D929EB8026de83b
Octal21522223613100463361073
Binary100011011001001010011110101110000100110110111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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