#8685AC

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

Shades of Manatee #8685AC

Tints of Manatee #8685AC

Color information

#8685AC (or 0x8685AC) is unknown color: approx Manatee. HEX triplet: 86, 85 and AC. RGB value is (134,133,172). Sum of RGB (Red+Green+Blue) = 134+133+172=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #8685AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8685AC is #797A53. Grayscale: #898989. Windows color (decimal): -7961172 or 11306374. OLE color: 11306374.

HSL color Cylindrical-coordinate representation of color #8685AC: hue angle of 241.54º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8685AC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134133172-
CMYK0.220.2300.33
HSL241.54º19.02%59.8%-
HSV(B)241.54º22.67%67.45%-
XYZ25.6724.8242.47-
YUV137.74147.33125.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=30.52%
G=30.30%
B=39.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341331720.220.2300.33241.5419.0259.8
Hex8685AC1617021f2133c
Octal20620525426270413622374
Binary100001101000010110101100101101011101000011111001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8685AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8685AC; }

 p { color: rgb(134,133,172); }

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

<style>
 a { background-color: #8685AC; }

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

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

<style>
 span { border-color: #8685AC; }

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

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