#867E87

Color #867E87 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #867E87

Tints of Old Lavender #867E87

Color information

#867E87 (or 0x867E87) is unknown color: approx Old Lavender. HEX triplet: 86, 7E and 87. RGB value is (134,126,135). Sum of RGB (Red+Green+Blue) = 134+126+135=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 135 - color contains mainly: blue. Hex color #867E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E87 is #798178. Grayscale: #818181. Windows color (decimal): -7963001 or 8879750. OLE color: 8879750.

HSL color Cylindrical-coordinate representation of color #867E87: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #867E87 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB134126135-
CMYK0.010.0700.47
HSL293.33º3.61%51.18%-
HSV(B)293.33º6.67%52.94%-
XYZ21.6721.7425.98-
YUV129.42131.15131.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.92%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=33.92%
G=31.90%
B=34.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341261350.010.0700.47293.333.6151.18
Hex867E871702F125433
Octal20617620717057445463
Binary1000011011111101000011111110101111100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E87; }

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

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

<style>
 a { background-color: #867E87; }

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

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

<style>
 span { border-color: #867E87; }

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

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