#8D8EAB

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

Shades of Manatee #8D8EAB

Tints of Manatee #8D8EAB

Color information

#8D8EAB (or 0x8D8EAB) is unknown color: approx Manatee. HEX triplet: 8D, 8E and AB. RGB value is (141,142,171). Sum of RGB (Red+Green+Blue) = 141+142+171=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D8EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8EAB is #727154. Grayscale: #909090. Windows color (decimal): -7500117 or 11243149. OLE color: 11243149.

HSL color Cylindrical-coordinate representation of color #8D8EAB: hue angle of 238º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D8EAB is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141142171-
CMYK0.180.1700.33
HSL238º15.15%61.18%-
HSV(B)238º17.54%67.06%-
XYZ28.0127.9542.45-
YUV145.01142.67125.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=31.06%
G=31.28%
B=37.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411421710.180.1700.3323815.1561.18
Hex8D8EAB1211021eef3d
Octal21521625322210413561775
Binary10001101100011101010101110010100010100001111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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