#826079

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

Shades of Old Lavender #826079

Tints of Old Lavender #826079

Color information

#826079 (or 0x826079) is unknown color: approx Old Lavender. HEX triplet: 82, 60 and 79. RGB value is (130,96,121). Sum of RGB (Red+Green+Blue) = 130+96+121=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826079 is #7D9F86. Grayscale: #6C6C6C. Windows color (decimal): -8232839 or 7954562. OLE color: 7954562.

HSL color Cylindrical-coordinate representation of color #826079: hue angle of 315.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826079 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13096121-
CMYK00.260.070.49
HSL315.88º15.04%44.31%-
HSV(B)315.88º26.15%50.98%-
XYZ16.8414.4920-
YUV109.02134.76142.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=37.46%
G=27.67%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309612100.260.070.49315.8815.0444.31
Hex82607901A73113cf2c
Octal2021401710327614741754
Binary10000010110000011110010110101111100011001111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826079; }

 p { color: rgb(130,96,121); }

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

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

 a { background-color: rgb(130,96,121); }

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

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

 span { border-color: rgb(130,96,121); }

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