#8D94AF

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

Shades of Manatee #8D94AF

Tints of Manatee #8D94AF

Color information

#8D94AF (or 0x8D94AF) is unknown color: approx Manatee. HEX triplet: 8D, 94 and AF. RGB value is (141,148,175). Sum of RGB (Red+Green+Blue) = 141+148+175=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D94AF is #726B50. Grayscale: #949494. Windows color (decimal): -7498577 or 11506829. OLE color: 11506829.

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

Color convert

RGB141148175-
CMYK0.190.1500.31
HSL227.65º17.53%61.96%-
HSV(B)227.65º19.43%68.63%-
XYZ29.3129.9444.79-
YUV148.98142.68122.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=30.39%
G=31.90%
B=37.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411481750.190.1500.31227.6517.5361.96
Hex8D94AF13F01Fe4123e
Octal21522425723170373442276
Binary1000110110010100101011111001111110111111110010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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