#86879E

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

Shades of Manatee #86879E

Tints of Manatee #86879E

Color information

#86879E (or 0x86879E) is unknown color: approx Manatee. HEX triplet: 86, 87 and 9E. RGB value is (134,135,158). Sum of RGB (Red+Green+Blue) = 134+135+158=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #86879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86879E is #797861. Grayscale: #898989. Windows color (decimal): -7960674 or 10389382. OLE color: 10389382.

HSL color Cylindrical-coordinate representation of color #86879E: hue angle of 237.5º 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 #86879E is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134135158-
CMYK0.150.1500.38
HSL237.5º11.01%57.25%-
HSV(B)237.5º15.19%61.96%-
XYZ24.6724.8635.85-
YUV137.32139.67125.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=31.38%
G=31.62%
B=37.00%

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
Decimal1341351580.150.1500.38237.511.0157.25
Hex86879EFF026eeb39
Octal20620723617170463561371
Binary100001101000011110011110111111110100110111011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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