#867587

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

Shades of Old Lavender #867587

Tints of Old Lavender #867587

Color information

#867587 (or 0x867587) is unknown color: approx Old Lavender. HEX triplet: 86, 75 and 87. RGB value is (134,117,135). Sum of RGB (Red+Green+Blue) = 134+117+135=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #867587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867587 is #798A78. Grayscale: #7C7C7C. Windows color (decimal): -7965305 or 8877446. OLE color: 8877446.

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

Color convert

RGB134117135-
CMYK0.010.1300.47
HSL296.67º7.14%49.41%-
HSV(B)296.67º13.33%52.94%-
XYZ20.5719.5425.61-
YUV124.14134.13135.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 135 (53.12% from 255) = 34.97%
R=34.72%
G=30.31%
B=34.97%

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
Decimal1341171350.010.1300.47296.677.1449.41
Hex8675871D02F129731
Octal206165207115057451761
Binary10000110111010110000111111010101111100101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867587; }

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

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

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

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

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

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

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

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