#82697F

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

Shades of Old Lavender #82697F

Tints of Old Lavender #82697F

Color information

#82697F (or 0x82697F) is unknown color: approx Old Lavender. HEX triplet: 82, 69 and 7F. RGB value is (130,105,127). Sum of RGB (Red+Green+Blue) = 130+105+127=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #82697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82697F is #7D9680. Grayscale: #727272. Windows color (decimal): -8230529 or 8350082. OLE color: 8350082.

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

Color convert

RGB130105127-
CMYK00.190.020.49
HSL307.2º10.64%46.08%-
HSV(B)307.2º19.23%50.98%-
XYZ18.0916.3822.29-
YUV114.98134.78138.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 127 (50% from 255) = 35.08%
R=35.91%
G=29.01%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010512700.190.020.49307.210.6446.08
Hex82697F013231133b2e
Octal2021511770232614631356
Binary1000001011010011111111010011101100011001100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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