#8685B0

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

Shades of Manatee #8685B0

Tints of Manatee #8685B0

Color information

#8685B0 (or 0x8685B0) is unknown color: approx Manatee. HEX triplet: 86, 85 and B0. RGB value is (134,133,176). Sum of RGB (Red+Green+Blue) = 134+133+176=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 176 - color contains mainly: blue. Hex color #8685B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8685B0 is #797A4F. Grayscale: #8A8A8A. Windows color (decimal): -7961168 or 11568518. OLE color: 11568518.

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

Color convert

RGB134133176-
CMYK0.240.2400.31
HSL241.4º21.39%60.59%-
HSV(B)241.4º24.43%69.02%-
XYZ26.0624.9844.52-
YUV138.2149.33125-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.25%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=30.25%
G=30.02%
B=39.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341331760.240.2400.31241.421.3960.59
Hex8685B0181801Ff1153d
Octal20620526030300373612575
Binary10000110100001011011000011000110000111111111000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8685B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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