#82657C

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

Shades of Old Lavender #82657C

Tints of Old Lavender #82657C

Color information

#82657C (or 0x82657C) is unknown color: approx Old Lavender. HEX triplet: 82, 65 and 7C. RGB value is (130,101,124). Sum of RGB (Red+Green+Blue) = 130+101+124=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82657C is #7D9A83. Grayscale: #707070. Windows color (decimal): -8231556 or 8152450. OLE color: 8152450.

HSL color Cylindrical-coordinate representation of color #82657C: hue angle of 312.41º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82657C is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB130101124-
CMYK00.220.050.49
HSL312.41º12.55%45.29%-
HSV(B)312.41º22.31%50.98%-
XYZ17.515.5121.14-
YUV112.29134.61140.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=36.62%
G=28.45%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010112400.220.050.49312.4112.5545.29
Hex82657C016531138d2d
Octal2021451740265614701555
Binary10000010110010111111000101101011100011001110001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82657C; }

 p { color: rgb(130,101,124); }

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

<style>
 a { background-color: #82657C; }

 a { background-color: rgb(130,101,124); }

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

<style>
 span { border-color: #82657C; }

 span { border-color: rgb(130,101,124); }

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