#827C82

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

Shades of Old Lavender #827C82

Tints of Old Lavender #827C82

Color information

#827C82 (or 0x827C82) is unknown color: approx Old Lavender. HEX triplet: 82, 7C and 82. RGB value is (130,124,130). Sum of RGB (Red+Green+Blue) = 130+124+130=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #827C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827C82 is #7D837D. Grayscale: #7E7E7E. Windows color (decimal): -8225662 or 8551554. OLE color: 8551554.

HSL color Cylindrical-coordinate representation of color #827C82: hue angle of 300º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #827C82 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB130124130-
CMYK00.0500.49
HSL300º2.36%49.8%-
HSV(B)300º4.62%50.98%-
XYZ20.4420.7724.05-
YUV126.48129.99130.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 124 (48.83% from 255) = 32.29%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=33.85%
G=32.29%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012413000.0500.493002.3649.8
Hex827C820503112c232
Octal20217420205061454262
Binary100000101111100100000100101011000110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827C82; }

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

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

<style>
 a { background-color: #827C82; }

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

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

<style>
 span { border-color: #827C82; }

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

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