#867C87

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

Shades of Old Lavender #867C87

Tints of Old Lavender #867C87

Color information

#867C87 (or 0x867C87) is unknown color: approx Old Lavender. HEX triplet: 86, 7C and 87. RGB value is (134,124,135). Sum of RGB (Red+Green+Blue) = 134+124+135=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 135 - color contains mainly: blue. Hex color #867C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867C87 is #798378. Grayscale: #808080. Windows color (decimal): -7963513 or 8879238. OLE color: 8879238.

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

Color convert

RGB134124135-
CMYK0.010.0800.47
HSL294.55º4.38%50.78%-
HSV(B)294.55º8.15%52.94%-
XYZ21.4121.2325.89-
YUV128.24131.81132.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 135 (53.12% from 255) = 34.35%
R=34.10%
G=31.55%
B=34.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341241350.010.0800.47294.554.3850.78
Hex867C871802F127433
Octal206174207110057447463
Binary10000110111110010000111110000101111100100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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