#827782

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

Shades of Old Lavender #827782

Tints of Old Lavender #827782

Color information

#827782 (or 0x827782) is unknown color: approx Old Lavender. HEX triplet: 82, 77 and 82. RGB value is (130,119,130). Sum of RGB (Red+Green+Blue) = 130+119+130=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #827782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827782 is #7D887D. Grayscale: #7B7B7B. Windows color (decimal): -8226942 or 8550274. OLE color: 8550274.

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

Color convert

RGB130119130-
CMYK00.0800.49
HSL300º4.42%48.82%-
HSV(B)300º8.46%50.98%-
XYZ19.8319.5523.85-
YUV123.54131.64132.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=34.30%
G=31.40%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011913000.0800.493004.4248.82
Hex8277820803112c431
Octal202167202010061454461
Binary10000010111011110000010010000110001100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827782; }

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

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

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

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

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

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

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

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