#827483

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

Shades of Old Lavender #827483

Tints of Old Lavender #827483

Color information

#827483 (or 0x827483) is unknown color: approx Old Lavender. HEX triplet: 82, 74 and 83. RGB value is (130,116,131). Sum of RGB (Red+Green+Blue) = 130+116+131=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 131 - color contains mainly: blue. Hex color #827483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827483 is #7D8B7C. Grayscale: #797979. Windows color (decimal): -8227709 or 8615042. OLE color: 8615042.

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

Color convert

RGB130116131-
CMYK0.010.1100.49
HSL296º6.07%48.43%-
HSV(B)296º11.45%51.37%-
XYZ19.5518.8824.09-
YUV121.9133.14133.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=34.48%
G=30.77%
B=34.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301161310.010.1100.492966.0748.43
Hex8274831B031128630
Octal202164203113061450660
Binary10000010111010010000011110110110001100101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827483; }

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

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

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

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

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

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

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

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