#826F80

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

Shades of Old Lavender #826F80

Tints of Old Lavender #826F80

Color information

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

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

Color convert

RGB130111128-
CMYK00.150.020.49
HSL306.32º7.88%47.25%-
HSV(B)306.32º14.62%50.98%-
XYZ18.7917.6722.84-
YUV118.62133.29136.12-

RGB Variations

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

RGB

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

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
Decimal13011112800.150.020.49306.327.8847.25
Hex826F800F23113282f
Octal2021572000172614621057
Binary1000001011011111000000001111101100011001100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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