#8689AA

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

Shades of Manatee #8689AA

Tints of Manatee #8689AA

Color information

#8689AA (or 0x8689AA) is unknown color: approx Manatee. HEX triplet: 86, 89 and AA. RGB value is (134,137,170). Sum of RGB (Red+Green+Blue) = 134+137+170=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #8689AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8689AA is #797655. Grayscale: #8B8B8B. Windows color (decimal): -7960150 or 11176326. OLE color: 11176326.

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

Color convert

RGB134137170-
CMYK0.210.1900.33
HSL235º17.48%59.61%-
HSV(B)235º21.18%66.67%-
XYZ26.0325.8641.65-
YUV139.86145.01123.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=30.39%
G=31.07%
B=38.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341371700.210.1900.3323517.4859.61
Hex8689AA1513021eb113c
Octal20621125225230413532174
Binary100001101000100110101010101011001101000011110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8689AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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