#867B86

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

Shades of Old Lavender #867B86

Tints of Old Lavender #867B86

Color information

#867B86 (or 0x867B86) is unknown color: approx Old Lavender. HEX triplet: 86, 7B and 86. RGB value is (134,123,134). Sum of RGB (Red+Green+Blue) = 134+123+134=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #867B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867B86 is #798479. Grayscale: #7F7F7F. Windows color (decimal): -7963770 or 8813446. OLE color: 8813446.

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

Color convert

RGB134123134-
CMYK00.0800.47
HSL300º4.35%50.39%-
HSV(B)300º8.21%52.55%-
XYZ21.2220.9625.48-
YUV127.54131.64132.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=34.27%
G=31.46%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412313400.0800.473004.3550.39
Hex867B860802F12c432
Octal206173206010057454462
Binary10000110111101110000110010000101111100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,123,134); }

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

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

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

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

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

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

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