#86889F

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

Shades of Manatee #86889F

Tints of Manatee #86889F

Color information

#86889F (or 0x86889F) is unknown color: approx Manatee. HEX triplet: 86, 88 and 9F. RGB value is (134,136,159). Sum of RGB (Red+Green+Blue) = 134+136+159=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #86889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86889F is #797760. Grayscale: #898989. Windows color (decimal): -7960417 or 10455174. OLE color: 10455174.

HSL color Cylindrical-coordinate representation of color #86889F: hue angle of 235.2º 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 #86889F is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134136159-
CMYK0.160.1400.38
HSL235.2º11.52%57.45%-
HSV(B)235.2º15.72%62.35%-
XYZ24.8925.1836.35-
YUV138.02139.84125.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=31.24%
G=31.70%
B=37.06%

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
Decimal1341361590.160.1400.38235.211.5257.45
Hex86889F10E026ebc39
Octal20621023720160463531471
Binary1000011010001000100111111000011100100110111010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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