#82677E

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

Shades of Old Lavender #82677E

Tints of Old Lavender #82677E

Color information

#82677E (or 0x82677E) is unknown color: approx Old Lavender. HEX triplet: 82, 67 and 7E. RGB value is (130,103,126). Sum of RGB (Red+Green+Blue) = 130+103+126=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #82677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82677E is #7D9881. Grayscale: #717171. Windows color (decimal): -8231042 or 8284034. OLE color: 8284034.

HSL color Cylindrical-coordinate representation of color #82677E: hue angle of 308.89º 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 #82677E is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB130103126-
CMYK00.210.030.49
HSL308.89º11.59%45.69%-
HSV(B)308.89º20.77%50.98%-
XYZ17.8215.9521.88-
YUV113.7134.95139.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=36.21%
G=28.69%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010312600.210.030.49308.8911.5945.69
Hex82677E015331135c2e
Octal2021471760253614651456
Binary1000001011001111111110010101111100011001101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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