#826E7F

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

Shades of Old Lavender #826E7F

Tints of Old Lavender #826E7F

Color information

#826E7F (or 0x826E7F) is unknown color: approx Old Lavender. HEX triplet: 82, 6E and 7F. RGB value is (130,110,127). Sum of RGB (Red+Green+Blue) = 130+110+127=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #826E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E7F is #7D9180. Grayscale: #757575. Windows color (decimal): -8229249 or 8351362. OLE color: 8351362.

HSL color Cylindrical-coordinate representation of color #826E7F: hue angle of 309º 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 #826E7F is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB130110127-
CMYK00.150.020.49
HSL309º8.33%47.06%-
HSV(B)309º15.38%50.98%-
XYZ18.6117.4322.46-
YUV117.92133.13136.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 127 (50% from 255) = 34.60%
R=35.42%
G=29.97%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011012700.150.020.493098.3347.06
Hex826E7F0F23113582f
Octal2021561770172614651057
Binary100000101101110111111101111101100011001101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826E7F; }

 p { color: rgb(130,110,127); }

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

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

 a { background-color: rgb(130,110,127); }

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

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

 span { border-color: rgb(130,110,127); }

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