#82697D

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

Shades of Old Lavender #82697D

Tints of Old Lavender #82697D

Color information

#82697D (or 0x82697D) is unknown color: approx Old Lavender. HEX triplet: 82, 69 and 7D. RGB value is (130,105,125). Sum of RGB (Red+Green+Blue) = 130+105+125=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #82697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82697D is #7D9682. Grayscale: #727272. Windows color (decimal): -8230531 or 8219010. OLE color: 8219010.

HSL color Cylindrical-coordinate representation of color #82697D: hue angle of 312º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82697D is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB130105125-
CMYK00.190.040.49
HSL312º10.64%46.08%-
HSV(B)312º19.23%50.98%-
XYZ17.9616.3321.61-
YUV114.76133.78138.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=36.11%
G=29.17%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010512500.190.040.4931210.6446.08
Hex82697D013431138b2e
Octal2021511750234614701356
Binary10000010110100111111010100111001100011001110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82697D; }

 p { color: rgb(130,105,125); }

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

<style>
 a { background-color: #82697D; }

 a { background-color: rgb(130,105,125); }

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

<style>
 span { border-color: #82697D; }

 span { border-color: rgb(130,105,125); }

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