#826C7F

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

Shades of Old Lavender #826C7F

Tints of Old Lavender #826C7F

Color information

#826C7F (or 0x826C7F) is unknown color: approx Old Lavender. HEX triplet: 82, 6C and 7F. RGB value is (130,108,127). Sum of RGB (Red+Green+Blue) = 130+108+127=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #826C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C7F is #7D9380. Grayscale: #747474. Windows color (decimal): -8229761 or 8350850. OLE color: 8350850.

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

Color convert

RGB130108127-
CMYK00.170.020.49
HSL308.18º9.24%46.67%-
HSV(B)308.18º16.92%50.98%-
XYZ18.41722.39-
YUV116.74133.79137.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 127 (50% from 255) = 34.79%
R=35.62%
G=29.59%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010812700.170.020.49308.189.2446.67
Hex826C7F01123113492f
Octal2021541770212614641157
Binary1000001011011001111111010001101100011001101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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