#826980

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

Shades of Old Lavender #826980

Tints of Old Lavender #826980

Color information

#826980 (or 0x826980) is unknown color: approx Old Lavender. HEX triplet: 82, 69 and 80. RGB value is (130,105,128). Sum of RGB (Red+Green+Blue) = 130+105+128=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #826980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826980 is #7D967F. Grayscale: #737373. Windows color (decimal): -8230528 or 8415618. OLE color: 8415618.

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

Color convert

RGB130105128-
CMYK00.190.020.49
HSL304.8º10.64%46.08%-
HSV(B)304.8º19.23%50.98%-
XYZ18.1516.4122.63-
YUV115.1135.28138.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=35.81%
G=28.93%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010512800.190.020.49304.810.6446.08
Hex826980013231131b2e
Octal2021512000232614611356
Binary10000010110100110000000010011101100011001100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826980; }

 p { color: rgb(130,105,128); }

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

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

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

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

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

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

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