#8D919E

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

Shades of Manatee #8D919E

Tints of Manatee #8D919E

Color information

#8D919E (or 0x8D919E) is unknown color: approx Manatee. HEX triplet: 8D, 91 and 9E. RGB value is (141,145,158). Sum of RGB (Red+Green+Blue) = 141+145+158=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D919E is #726E61. Grayscale: #919191. Windows color (decimal): -7499362 or 10391949. OLE color: 10391949.

HSL color Cylindrical-coordinate representation of color #8D919E: hue angle of 225.88º 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 #8D919E is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB141145158-
CMYK0.110.0800.38
HSL225.88º8.06%58.63%-
HSV(B)225.88º10.76%61.96%-
XYZ27.2828.3836.39-
YUV145.29135.17124.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=31.76%
G=32.66%
B=35.59%

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
Decimal1411451580.110.0800.38225.888.0658.63
Hex8D919EB8026e283b
Octal21522123613100463421073
Binary100011011001000110011110101110000100110111000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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