#826F83

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

Shades of Old Lavender #826F83

Tints of Old Lavender #826F83

Color information

#826F83 (or 0x826F83) is unknown color: approx Old Lavender. HEX triplet: 82, 6F and 83. RGB value is (130,111,131). Sum of RGB (Red+Green+Blue) = 130+111+131=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 131 - color contains mainly: blue. Hex color #826F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F83 is #7D907C. Grayscale: #767676. Windows color (decimal): -8228989 or 8613762. OLE color: 8613762.

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

Color convert

RGB130111131-
CMYK0.010.1500.49
HSL297º8.26%47.45%-
HSV(B)297º15.27%51.37%-
XYZ18.9917.7523.9-
YUV118.96134.79135.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 111 (43.75% from 255) = 29.84%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=34.95%
G=29.84%
B=35.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301111310.010.1500.492978.2647.45
Hex826F831F03112982f
Octal2021572031170614511057
Binary100000101101111100000111111101100011001010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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