#867585

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

Shades of Old Lavender #867585

Tints of Old Lavender #867585

Color information

#867585 (or 0x867585) is unknown color: approx Old Lavender. HEX triplet: 86, 75 and 85. RGB value is (134,117,133). Sum of RGB (Red+Green+Blue) = 134+117+133=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #867585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867585 is #798A7A. Grayscale: #7B7B7B. Windows color (decimal): -7965307 or 8746374. OLE color: 8746374.

HSL color Cylindrical-coordinate representation of color #867585: hue angle of 303.53º 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 #867585 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB134117133-
CMYK00.130.010.47
HSL303.53º6.77%49.22%-
HSV(B)303.53º12.69%52.55%-
XYZ20.4319.4824.87-
YUV123.91133.13135.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=34.90%
G=30.47%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411713300.130.010.47303.536.7749.22
Hex8675850D12F130731
Octal206165205015157460761
Binary10000110111010110000101011011101111100110000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867585; }

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

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

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

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

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

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

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

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