#86899F

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

Shades of Manatee #86899F

Tints of Manatee #86899F

Color information

#86899F (or 0x86899F) is unknown color: approx Manatee. HEX triplet: 86, 89 and 9F. RGB value is (134,137,159). Sum of RGB (Red+Green+Blue) = 134+137+159=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #86899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86899F is #797660. Grayscale: #8A8A8A. Windows color (decimal): -7960161 or 10455430. OLE color: 10455430.

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

Color convert

RGB134137159-
CMYK0.160.1400.38
HSL232.8º11.52%57.45%-
HSV(B)232.8º15.72%62.35%-
XYZ25.0425.4636.4-
YUV138.61139.51124.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=31.16%
G=31.86%
B=36.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341371590.160.1400.38232.811.5257.45
Hex86899F10E026e9c39
Octal20621123720160463511471
Binary1000011010001001100111111000011100100110111010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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