#8D909B

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

Shades of Manatee #8D909B

Tints of Manatee #8D909B

Color information

#8D909B (or 0x8D909B) is unknown color: approx Manatee. HEX triplet: 8D, 90 and 9B. RGB value is (141,144,155). Sum of RGB (Red+Green+Blue) = 141+144+155=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D909B is #726F64. Grayscale: #909090. Windows color (decimal): -7499621 or 10195085. OLE color: 10195085.

HSL color Cylindrical-coordinate representation of color #8D909B: hue angle of 227.14º 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 #8D909B is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB141144155-
CMYK0.090.0700.39
HSL227.14º6.54%58.04%-
HSV(B)227.14º9.03%60.78%-
XYZ26.8727.9834.99-
YUV144.36134.01125.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=32.05%
G=32.73%
B=35.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411441550.090.0700.39227.146.5458.04
Hex8D909B97027e373a
Octal215220233117047343772
Binary1000110110010000100110111001111010011111100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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