#8D8EAE

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

Shades of Manatee #8D8EAE

Tints of Manatee #8D8EAE

Color information

#8D8EAE (or 0x8D8EAE) is unknown color: approx Manatee. HEX triplet: 8D, 8E and AE. RGB value is (141,142,174). Sum of RGB (Red+Green+Blue) = 141+142+174=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D8EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8EAE is #727151. Grayscale: #919191. Windows color (decimal): -7500114 or 11439757. OLE color: 11439757.

HSL color Cylindrical-coordinate representation of color #8D8EAE: hue angle of 238.18º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D8EAE is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141142174-
CMYK0.190.1800.32
HSL238.18º16.92%61.76%-
HSV(B)238.18º18.97%68.24%-
XYZ28.328.0643.97-
YUV145.35144.17124.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.85%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=30.85%
G=31.07%
B=38.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411421740.190.1800.32238.1816.9261.76
Hex8D8EAE1312020ee113e
Octal21521625623220403562176
Binary100011011000111010101110100111001001000001110111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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