#827481

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

Shades of Old Lavender #827481

Tints of Old Lavender #827481

Color information

#827481 (or 0x827481) is unknown color: approx Old Lavender. HEX triplet: 82, 74 and 81. RGB value is (130,116,129). Sum of RGB (Red+Green+Blue) = 130+116+129=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 130 - color contains mainly: red. Hex color #827481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827481 is #7D8B7E. Grayscale: #797979. Windows color (decimal): -8227711 or 8483970. OLE color: 8483970.

HSL color Cylindrical-coordinate representation of color #827481: hue angle of 304.29º 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 #827481 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB130116129-
CMYK00.110.010.49
HSL304.29º5.69%48.24%-
HSV(B)304.29º10.77%50.98%-
XYZ19.4118.8223.38-
YUV121.67132.14133.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=34.67%
G=30.93%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011612900.110.010.49304.295.6948.24
Hex8274810B131130630
Octal202164201013161460660
Binary10000010111010010000001010111110001100110000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827481; }

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

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

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

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

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

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

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

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