#82677D

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

Shades of Old Lavender #82677D

Tints of Old Lavender #82677D

Color information

#82677D (or 0x82677D) is unknown color: approx Old Lavender. HEX triplet: 82, 67 and 7D. RGB value is (130,103,125). Sum of RGB (Red+Green+Blue) = 130+103+125=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #82677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82677D is #7D9882. Grayscale: #717171. Windows color (decimal): -8231043 or 8218498. OLE color: 8218498.

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

Color convert

RGB130103125-
CMYK00.210.040.49
HSL311.11º11.59%45.69%-
HSV(B)311.11º20.77%50.98%-
XYZ17.7615.9321.54-
YUV113.58134.45139.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=36.31%
G=28.77%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010312500.210.040.49311.1111.5945.69
Hex82677D015431137c2e
Octal2021471750254614671456
Binary10000010110011111111010101011001100011001101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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