#86899B

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

Shades of Manatee #86899B

Tints of Manatee #86899B

Color information

#86899B (or 0x86899B) is unknown color: approx Manatee. HEX triplet: 86, 89 and 9B. RGB value is (134,137,155). Sum of RGB (Red+Green+Blue) = 134+137+155=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #86899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86899B is #797664. Grayscale: #8A8A8A. Windows color (decimal): -7960165 or 10193286. OLE color: 10193286.

HSL color Cylindrical-coordinate representation of color #86899B: hue angle of 231.43º 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 #86899B is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134137155-
CMYK0.140.1200.39
HSL231.43º9.5%56.67%-
HSV(B)231.43º13.55%60.78%-
XYZ24.6925.3334.6-
YUV138.15137.51125.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=31.46%
G=32.16%
B=36.38%

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
Decimal1341371550.140.1200.39231.439.556.67
Hex86899BEC027e7a39
Octal20621123316140473471271
Binary100001101000100110011011111011000100111111001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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