#82647D

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

Shades of Old Lavender #82647D

Tints of Old Lavender #82647D

Color information

#82647D (or 0x82647D) is unknown color: approx Old Lavender. HEX triplet: 82, 64 and 7D. RGB value is (130,100,125). Sum of RGB (Red+Green+Blue) = 130+100+125=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82647D is #7D9B82. Grayscale: #6F6F6F. Windows color (decimal): -8231811 or 8217730. OLE color: 8217730.

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

Color convert

RGB130100125-
CMYK00.230.040.49
HSL310º13.04%45.1%-
HSV(B)310º23.08%50.98%-
XYZ17.4615.3421.44-
YUV111.82135.44140.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=36.62%
G=28.17%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010012500.230.040.4931013.0445.1
Hex82647D017431136d2d
Octal2021441750274614661555
Binary10000010110010011111010101111001100011001101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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