#807280

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

Shades of Old Lavender #807280

Tints of Old Lavender #807280

Color information

#807280 (or 0x807280) is unknown color: approx Old Lavender. HEX triplet: 80, 72 and 80. RGB value is (128,114,128). Sum of RGB (Red+Green+Blue) = 128+114+128=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #807280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807280 is #7F8D7F. Grayscale: #777777. Windows color (decimal): -8359296 or 8417920. OLE color: 8417920.

HSL color Cylindrical-coordinate representation of color #807280: 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.11%. Process color model (Four color, CMYK) of #807280 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB128114128-
CMYK00.1100.50
HSL300º5.79%47.45%-
HSV(B)300º10.94%50.2%-
XYZ18.8218.1822.94-
YUV119.78132.64133.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=34.59%
G=30.81%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811412800.1100.503005.7947.45
Hex8072800B03212c62f
Octal200162200013062454657
Binary10000000111001010000000010110110010100101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807280; }

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

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

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

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

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

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

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

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