#867887

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

Shades of Old Lavender #867887

Tints of Old Lavender #867887

Color information

#867887 (or 0x867887) is unknown color: approx Old Lavender. HEX triplet: 86, 78 and 87. RGB value is (134,120,135). Sum of RGB (Red+Green+Blue) = 134+120+135=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 135 - color contains mainly: blue. Hex color #867887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867887 is #798778. Grayscale: #7D7D7D. Windows color (decimal): -7964537 or 8878214. OLE color: 8878214.

HSL color Cylindrical-coordinate representation of color #867887: hue angle of 296º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #867887 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB134120135-
CMYK0.010.1100.47
HSL296º5.88%50%-
HSV(B)296º11.11%52.94%-
XYZ20.9220.2525.73-
YUV125.9133.14133.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=34.45%
G=30.85%
B=34.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341201350.010.1100.472965.8850
Hex8678871B02F128632
Octal206170207113057450662
Binary10000110111100010000111110110101111100101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867887; }

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

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

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

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

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

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

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

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