#80647D

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

Shades of Old Lavender #80647D

Tints of Old Lavender #80647D

Color information

#80647D (or 0x80647D) is unknown color: approx Old Lavender. HEX triplet: 80, 64 and 7D. RGB value is (128,100,125). Sum of RGB (Red+Green+Blue) = 128+100+125=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #80647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80647D is #7F9B82. Grayscale: #6F6F6F. Windows color (decimal): -8362883 or 8217728. OLE color: 8217728.

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

Color convert

RGB128100125-
CMYK00.220.020.50
HSL306.43º12.28%44.71%-
HSV(B)306.43º21.88%50.2%-
XYZ17.1615.1821.43-
YUV111.22135.78139.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=36.26%
G=28.33%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810012500.220.020.50306.4312.2844.71
Hex80647D016232132c2d
Octal2001441750262624621455
Binary1000000011001001111101010110101100101001100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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