#807180

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

Shades of Old Lavender #807180

Tints of Old Lavender #807180

Color information

#807180 (or 0x807180) is unknown color: approx Old Lavender. HEX triplet: 80, 71 and 80. RGB value is (128,113,128). Sum of RGB (Red+Green+Blue) = 128+113+128=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #807180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807180 is #7F8E7F. Grayscale: #777777. Windows color (decimal): -8359552 or 8417664. OLE color: 8417664.

HSL color Cylindrical-coordinate representation of color #807180: hue angle of 300º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807180 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB128113128-
CMYK00.1200.50
HSL300º6.22%47.25%-
HSV(B)300º11.72%50.2%-
XYZ18.717.9622.9-
YUV119.2132.97134.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=34.69%
G=30.62%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811312800.1200.503006.2247.25
Hex8071800C03212c62f
Octal200161200014062454657
Binary10000000111000110000000011000110010100101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807180; }

 p { color: rgb(128,113,128); }

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

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

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

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

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

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

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