#8D8E9B

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

Shades of Manatee #8D8E9B

Tints of Manatee #8D8E9B

Color information

#8D8E9B (or 0x8D8E9B) is unknown color: approx Manatee. HEX triplet: 8D, 8E and 9B. RGB value is (141,142,155). Sum of RGB (Red+Green+Blue) = 141+142+155=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D8E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8E9B is #727164. Grayscale: #8F8F8F. Windows color (decimal): -7500133 or 10194573. OLE color: 10194573.

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

Color convert

RGB141142155-
CMYK0.090.0800.39
HSL235.71º6.54%58.04%-
HSV(B)235.71º9.03%60.78%-
XYZ26.5727.3834.89-
YUV143.18134.67126.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.19%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=32.19%
G=32.42%
B=35.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411421550.090.0800.39235.716.5458.04
Hex8D8E9B98027ec73a
Octal2152162331110047354772
Binary10001101100011101001101110011000010011111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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