#827583

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

Shades of Old Lavender #827583

Tints of Old Lavender #827583

Color information

#827583 (or 0x827583) is unknown color: approx Old Lavender. HEX triplet: 82, 75 and 83. RGB value is (130,117,131). Sum of RGB (Red+Green+Blue) = 130+117+131=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 131 - color contains mainly: blue. Hex color #827583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827583 is #7D8A7C. Grayscale: #7A7A7A. Windows color (decimal): -8227453 or 8615298. OLE color: 8615298.

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

Color convert

RGB130117131-
CMYK0.010.1100.49
HSL295.71º5.65%48.63%-
HSV(B)295.71º10.69%51.37%-
XYZ19.6619.1124.12-
YUV122.48132.81133.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=34.39%
G=30.95%
B=34.66%

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
Decimal1301171310.010.1100.49295.715.6548.63
Hex8275831B031128631
Octal202165203113061450661
Binary10000010111010110000011110110110001100101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827583; }

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

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

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

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

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

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

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

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