#8689AD

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

Shades of Manatee #8689AD

Tints of Manatee #8689AD

Color information

#8689AD (or 0x8689AD) is unknown color: approx Manatee. HEX triplet: 86, 89 and AD. RGB value is (134,137,173). Sum of RGB (Red+Green+Blue) = 134+137+173=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #8689AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8689AD is #797652. Grayscale: #8C8C8C. Windows color (decimal): -7960147 or 11372934. OLE color: 11372934.

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

Color convert

RGB134137173-
CMYK0.230.2100.32
HSL235.38º19.21%60.2%-
HSV(B)235.38º22.54%67.84%-
XYZ26.3225.9843.16-
YUV140.21146.51123.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.18%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=30.18%
G=30.86%
B=38.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341371730.230.2100.32235.3819.2160.2
Hex8689AD1715020eb133c
Octal20621125527250403532374
Binary100001101000100110101101101111010101000001110101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8689AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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