#86869E

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

Shades of Manatee #86869E

Tints of Manatee #86869E

Color information

#86869E (or 0x86869E) is unknown color: approx Manatee. HEX triplet: 86, 86 and 9E. RGB value is (134,134,158). Sum of RGB (Red+Green+Blue) = 134+134+158=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #86869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86869E is #797961. Grayscale: #888888. Windows color (decimal): -7960930 or 10389126. OLE color: 10389126.

HSL color Cylindrical-coordinate representation of color #86869E: hue angle of 240º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #86869E is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134134158-
CMYK0.150.1500.38
HSL240º11.01%57.25%-
HSV(B)240º15.19%61.96%-
XYZ24.5324.5935.8-
YUV136.74140126.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=31.46%
G=31.46%
B=37.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341341580.150.1500.3824011.0157.25
Hex86869EFF026f0b39
Octal20620623617170463601371
Binary100001101000011010011110111111110100110111100001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86869E; }

 p { color: rgb(134,134,158); }

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

<style>
 a { background-color: #86869E; }

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

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

<style>
 span { border-color: #86869E; }

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

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