#876982

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

Shades of Old Lavender #876982

Tints of Old Lavender #876982

Color information

#876982 (or 0x876982) is unknown color: approx Old Lavender. HEX triplet: 87, 69 and 82. RGB value is (135,105,130). Sum of RGB (Red+Green+Blue) = 135+105+130=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #876982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876982 is #78967D. Grayscale: #747474. Windows color (decimal): -7902846 or 8546695. OLE color: 8546695.

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

Color convert

RGB135105130-
CMYK00.220.040.47
HSL310º12.5%47.06%-
HSV(B)310º22.22%52.94%-
XYZ19.0716.8723.37-
YUV116.82135.44140.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=36.49%
G=28.38%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510513000.220.040.4731012.547.06
Hex87698201642F136d2f
Octal2071512020264574661557
Binary100001111101001100000100101101001011111001101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876982; }

 p { color: rgb(135,105,130); }

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

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

 a { background-color: rgb(135,105,130); }

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

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

 span { border-color: rgb(135,105,130); }

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