#827482

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

Shades of Old Lavender #827482

Tints of Old Lavender #827482

Color information

#827482 (or 0x827482) is unknown color: approx Old Lavender. HEX triplet: 82, 74 and 82. RGB value is (130,116,130). Sum of RGB (Red+Green+Blue) = 130+116+130=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #827482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827482 is #7D8B7D. Grayscale: #797979. Windows color (decimal): -8227710 or 8549506. OLE color: 8549506.

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

Color convert

RGB130116130-
CMYK00.1100.49
HSL300º5.69%48.24%-
HSV(B)300º10.77%50.98%-
XYZ19.4818.8523.73-
YUV121.78132.64133.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=34.57%
G=30.85%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011613000.1100.493005.6948.24
Hex8274820B03112c630
Octal202164202013061454660
Binary10000010111010010000010010110110001100101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827482; }

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

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

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

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

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

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

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

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