#80687F

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

Shades of Old Lavender #80687F

Tints of Old Lavender #80687F

Color information

#80687F (or 0x80687F) is unknown color: approx Old Lavender. HEX triplet: 80, 68 and 7F. RGB value is (128,104,127). Sum of RGB (Red+Green+Blue) = 128+104+127=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #80687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80687F is #7F9780. Grayscale: #717171. Windows color (decimal): -8361857 or 8349824. OLE color: 8349824.

HSL color Cylindrical-coordinate representation of color #80687F: hue angle of 302.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80687F is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB128104127-
CMYK00.190.010.50
HSL302.5º10.34%45.49%-
HSV(B)302.5º18.75%50.2%-
XYZ17.6816.0222.24-
YUV113.8135.45138.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 127 (50% from 255) = 35.38%
R=35.65%
G=28.97%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810412700.190.010.50302.510.3445.49
Hex80687F01313212fa2d
Octal2001501770231624571255
Binary100000001101000111111101001111100101001011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80687F; }

 p { color: rgb(128,104,127); }

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

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

 a { background-color: rgb(128,104,127); }

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

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

 span { border-color: rgb(128,104,127); }

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