#8685AA

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

Shades of Manatee #8685AA

Tints of Manatee #8685AA

Color information

#8685AA (or 0x8685AA) is unknown color: approx Manatee. HEX triplet: 86, 85 and AA. RGB value is (134,133,170). Sum of RGB (Red+Green+Blue) = 134+133+170=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #8685AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8685AA is #797A55. Grayscale: #898989. Windows color (decimal): -7961174 or 11175302. OLE color: 11175302.

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

Color convert

RGB134133170-
CMYK0.210.2200.33
HSL241.62º17.87%59.41%-
HSV(B)241.62º21.76%66.67%-
XYZ25.4724.7541.46-
YUV137.52146.33125.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=30.66%
G=30.43%
B=38.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341331700.210.2200.33241.6217.8759.41
Hex8685AA1516021f2123b
Octal20620525225260413622273
Binary100001101000010110101010101011011001000011111001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8685AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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