#806F82

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

Shades of Old Lavender #806F82

Tints of Old Lavender #806F82

Color information

#806F82 (or 0x806F82) is unknown color: approx Old Lavender. HEX triplet: 80, 6F and 82. RGB value is (128,111,130). Sum of RGB (Red+Green+Blue) = 128+111+130=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 130 - color contains mainly: blue. Hex color #806F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806F82 is #7F907D. Grayscale: #767676. Windows color (decimal): -8360062 or 8548224. OLE color: 8548224.

HSL color Cylindrical-coordinate representation of color #806F82: hue angle of 293.68º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #806F82 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB128111130-
CMYK0.020.1500.49
HSL293.68º7.88%47.25%-
HSV(B)293.68º14.62%50.98%-
XYZ18.6217.5723.53-
YUV118.25134.63134.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=34.69%
G=30.08%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281111300.020.1500.49293.687.8847.25
Hex806F822F03112682f
Octal2001572022170614461057
Binary1000000011011111000001010111101100011001001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806F82; }

 p { color: rgb(128,111,130); }

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

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

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

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

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

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

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