#8786AF

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

Shades of Manatee #8786AF

Tints of Manatee #8786AF

Color information

#8786AF (or 0x8786AF) is unknown color: approx Manatee. HEX triplet: 87, 86 and AF. RGB value is (135,134,175). Sum of RGB (Red+Green+Blue) = 135+134+175=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #8786AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8786AF is #787950. Grayscale: #8A8A8A. Windows color (decimal): -7895377 or 11503239. OLE color: 11503239.

HSL color Cylindrical-coordinate representation of color #8786AF: hue angle of 241.46º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8786AF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135134175-
CMYK0.230.2300.31
HSL241.46º20.4%60.59%-
HSV(B)241.46º23.43%68.63%-
XYZ26.2525.344.06-
YUV138.97148.33125.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.41%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=30.41%
G=30.18%
B=39.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351341750.230.2300.31241.4620.460.59
Hex8786AF171701Ff1143d
Octal20720625727270373612475
Binary10000111100001101010111110111101110111111111000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8786AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8786AF; }

 p { color: rgb(135,134,175); }

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

<style>
 a { background-color: #8786AF; }

 a { background-color: rgb(135,134,175); }

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

<style>
 span { border-color: #8786AF; }

 span { border-color: rgb(135,134,175); }

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