#876680

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

Shades of Old Lavender #876680

Tints of Old Lavender #876680

Color information

#876680 (or 0x876680) is unknown color: approx Old Lavender. HEX triplet: 87, 66 and 80. RGB value is (135,102,128). Sum of RGB (Red+Green+Blue) = 135+102+128=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #876680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876680 is #78997F. Grayscale: #727272. Windows color (decimal): -7903616 or 8414855. OLE color: 8414855.

HSL color Cylindrical-coordinate representation of color #876680: hue angle of 312.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #876680 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB135102128-
CMYK00.240.050.47
HSL312.73º13.92%46.47%-
HSV(B)312.73º24.44%52.94%-
XYZ18.6416.2122.57-
YUV114.83135.43142.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=36.99%
G=27.95%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510212800.240.050.47312.7313.9246.47
Hex87668001852F139e2e
Octal2071462000305574711656
Binary100001111100110100000000110001011011111001110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876680; }

 p { color: rgb(135,102,128); }

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

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

 a { background-color: rgb(135,102,128); }

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

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

 span { border-color: rgb(135,102,128); }

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