#86899C

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

Shades of Manatee #86899C

Tints of Manatee #86899C

Color information

#86899C (or 0x86899C) is unknown color: approx Manatee. HEX triplet: 86, 89 and 9C. RGB value is (134,137,156). Sum of RGB (Red+Green+Blue) = 134+137+156=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 156 - color contains mainly: blue. Hex color #86899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86899C is #797663. Grayscale: #8A8A8A. Windows color (decimal): -7960164 or 10258822. OLE color: 10258822.

HSL color Cylindrical-coordinate representation of color #86899C: hue angle of 231.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86899C is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134137156-
CMYK0.140.1200.39
HSL231.82º10%56.86%-
HSV(B)231.82º14.1%61.18%-
XYZ24.7825.3635.04-
YUV138.27138.01124.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=31.38%
G=32.08%
B=36.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341371560.140.1200.39231.821056.86
Hex86899CEC027e8a39
Octal20621123416140473501271
Binary100001101000100110011100111011000100111111010001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86899C; }

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

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

<style>
 a { background-color: #86899C; }

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

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

<style>
 span { border-color: #86899C; }

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

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