#8D93AC

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

Shades of Manatee #8D93AC

Tints of Manatee #8D93AC

Color information

#8D93AC (or 0x8D93AC) is unknown color: approx Manatee. HEX triplet: 8D, 93 and AC. RGB value is (141,147,172). Sum of RGB (Red+Green+Blue) = 141+147+172=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D93AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D93AC is #726C53. Grayscale: #939393. Windows color (decimal): -7498836 or 11309965. OLE color: 11309965.

HSL color Cylindrical-coordinate representation of color #8D93AC: hue angle of 228.39º degrees, saturation: 0.16, 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 #8D93AC is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141147172-
CMYK0.180.1500.33
HSL228.39º15.74%61.37%-
HSV(B)228.39º18.02%67.45%-
XYZ28.8629.5143.2-
YUV148.06141.51122.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=30.65%
G=31.96%
B=37.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411471720.180.1500.33228.3915.7461.37
Hex8D93AC12F021e4103d
Octal21522325422170413442075
Binary10001101100100111010110010010111101000011110010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,172); }

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

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

 a { background-color: rgb(141,147,172); }

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

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

 span { border-color: rgb(141,147,172); }

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