#86879C

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

Shades of Manatee #86879C

Tints of Manatee #86879C

Color information

#86879C (or 0x86879C) is unknown color: approx Manatee. HEX triplet: 86, 87 and 9C. RGB value is (134,135,156). Sum of RGB (Red+Green+Blue) = 134+135+156=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #86879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86879C is #797863. Grayscale: #898989. Windows color (decimal): -7960676 or 10258310. OLE color: 10258310.

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

Color convert

RGB134135156-
CMYK0.140.1300.39
HSL237.27º10%56.86%-
HSV(B)237.27º14.1%61.18%-
XYZ24.524.834.95-
YUV137.09138.67125.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=31.53%
G=31.76%
B=36.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341351560.140.1300.39237.271056.86
Hex86879CED027eda39
Octal20620723416150473551271
Binary100001101000011110011100111011010100111111011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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