#8D8EAF

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

Shades of Manatee #8D8EAF

Tints of Manatee #8D8EAF

Color information

#8D8EAF (or 0x8D8EAF) is unknown color: approx Manatee. HEX triplet: 8D, 8E and AF. RGB value is (141,142,175). Sum of RGB (Red+Green+Blue) = 141+142+175=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D8EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8EAF is #727150. Grayscale: #919191. Windows color (decimal): -7500113 or 11505293. OLE color: 11505293.

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

Color convert

RGB141142175-
CMYK0.190.1900.31
HSL238.24º17.53%61.96%-
HSV(B)238.24º19.43%68.63%-
XYZ28.428.144.49-
YUV145.46144.67124.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.79%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=30.79%
G=31.00%
B=38.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411421750.190.1900.31238.2417.5361.96
Hex8D8EAF131301Fee123e
Octal21521625723230373562276
Binary10001101100011101010111110011100110111111110111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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