#807880

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

Shades of Old Lavender #807880

Tints of Old Lavender #807880

Color information

#807880 (or 0x807880) is unknown color: approx Old Lavender. HEX triplet: 80, 78 and 80. RGB value is (128,120,128). Sum of RGB (Red+Green+Blue) = 128+120+128=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #807880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807880 is #7F877F. Grayscale: #7B7B7B. Windows color (decimal): -8357760 or 8419456. OLE color: 8419456.

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

Color convert

RGB128120128-
CMYK00.0600.50
HSL300º3.23%48.63%-
HSV(B)300º6.25%50.2%-
XYZ19.5119.5823.17-
YUV123.3130.65131.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=34.04%
G=31.91%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812012800.0600.503003.2348.63
Hex8078800603212c331
Octal20017020006062454361
Binary100000001111000100000000110011001010010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807880; }

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

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

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

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

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

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

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

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