#8D8DAC

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

Shades of Manatee #8D8DAC

Tints of Manatee #8D8DAC

Color information

#8D8DAC (or 0x8D8DAC) is unknown color: approx Manatee. HEX triplet: 8D, 8D and AC. RGB value is (141,141,172). Sum of RGB (Red+Green+Blue) = 141+141+172=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8DAC is #727253. Grayscale: #909090. Windows color (decimal): -7500372 or 11308429. OLE color: 11308429.

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

Color convert

RGB141141172-
CMYK0.180.1800.33
HSL240º15.74%61.37%-
HSV(B)240º18.02%67.45%-
XYZ27.9627.6942.9-
YUV144.53143.5125.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=31.06%
G=31.06%
B=37.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411411720.180.1800.3324015.7461.37
Hex8D8DAC1212021f0103d
Octal21521525422220413602075
Binary100011011000110110101100100101001001000011111000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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