#826880

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

Shades of Old Lavender #826880

Tints of Old Lavender #826880

Color information

#826880 (or 0x826880) is unknown color: approx Old Lavender. HEX triplet: 82, 68 and 80. RGB value is (130,104,128). Sum of RGB (Red+Green+Blue) = 130+104+128=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #826880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826880 is #7D977F. Grayscale: #727272. Windows color (decimal): -8230784 or 8415362. OLE color: 8415362.

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

Color convert

RGB130104128-
CMYK00.20.020.49
HSL304.62º11.11%45.88%-
HSV(B)304.62º20%50.98%-
XYZ18.0516.222.6-
YUV114.51135.61139.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=35.91%
G=28.73%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010412800.20.020.49304.6211.1145.88
Hex826880014231131b2e
Octal2021502000242614611356
Binary10000010110100010000000010100101100011001100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826880; }

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

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

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

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

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

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

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

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