#80657C

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

Shades of Old Lavender #80657C

Tints of Old Lavender #80657C

Color information

#80657C (or 0x80657C) is unknown color: approx Old Lavender. HEX triplet: 80, 65 and 7C. RGB value is (128,101,124). Sum of RGB (Red+Green+Blue) = 128+101+124=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #80657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80657C is #7F9A83. Grayscale: #6F6F6F. Windows color (decimal): -8362628 or 8152448. OLE color: 8152448.

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

Color convert

RGB128101124-
CMYK00.210.030.50
HSL308.89º11.79%44.9%-
HSV(B)308.89º21.09%50.2%-
XYZ17.1915.3521.13-
YUV111.7134.95139.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=36.26%
G=28.61%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810112400.210.030.50308.8911.7944.9
Hex80657C015332135c2d
Octal2001451740253624651455
Binary1000000011001011111100010101111100101001101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80657C; }

 p { color: rgb(128,101,124); }

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

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

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

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

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

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

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