#80687D

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

Shades of Old Lavender #80687D

Tints of Old Lavender #80687D

Color information

#80687D (or 0x80687D) is unknown color: approx Old Lavender. HEX triplet: 80, 68 and 7D. RGB value is (128,104,125). Sum of RGB (Red+Green+Blue) = 128+104+125=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #80687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80687D is #7F9782. Grayscale: #717171. Windows color (decimal): -8361859 or 8218752. OLE color: 8218752.

HSL color Cylindrical-coordinate representation of color #80687D: hue angle of 307.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 #80687D is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB128104125-
CMYK00.190.020.50
HSL307.5º10.34%45.49%-
HSV(B)307.5º18.75%50.2%-
XYZ17.5515.9721.56-
YUV113.57134.45138.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=35.85%
G=29.13%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810412500.190.020.50307.510.3445.49
Hex80687D013232134a2d
Octal2001501750232624641255
Binary1000000011010001111101010011101100101001101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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