#867687

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

Shades of Old Lavender #867687

Tints of Old Lavender #867687

Color information

#867687 (or 0x867687) is unknown color: approx Old Lavender. HEX triplet: 86, 76 and 87. RGB value is (134,118,135). Sum of RGB (Red+Green+Blue) = 134+118+135=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #867687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867687 is #798978. Grayscale: #7C7C7C. Windows color (decimal): -7965049 or 8877702. OLE color: 8877702.

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

Color convert

RGB134118135-
CMYK0.010.1300.47
HSL296.47º6.72%49.61%-
HSV(B)296.47º12.59%52.94%-
XYZ20.6819.7725.65-
YUV124.72133.8134.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=34.63%
G=30.49%
B=34.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341181350.010.1300.47296.476.7249.61
Hex8676871D02F128732
Octal206166207115057450762
Binary10000110111011010000111111010101111100101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867687; }

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

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

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

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

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

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

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

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