#8D94AE

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

Shades of Manatee #8D94AE

Tints of Manatee #8D94AE

Color information

#8D94AE (or 0x8D94AE) is unknown color: approx Manatee. HEX triplet: 8D, 94 and AE. RGB value is (141,148,174). Sum of RGB (Red+Green+Blue) = 141+148+174=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D94AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D94AE is #726B51. Grayscale: #949494. Windows color (decimal): -7498578 or 11441293. OLE color: 11441293.

HSL color Cylindrical-coordinate representation of color #8D94AE: hue angle of 227.27º 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 #8D94AE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141148174-
CMYK0.190.1500.32
HSL227.27º16.92%61.76%-
HSV(B)227.27º18.97%68.24%-
XYZ29.2129.944.28-
YUV148.87142.18122.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.45%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=30.45%
G=31.97%
B=37.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411481740.190.1500.32227.2716.9261.76
Hex8D94AE13F020e3113e
Octal21522425623170403432176
Binary10001101100101001010111010011111101000001110001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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