#827682

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

Shades of Old Lavender #827682

Tints of Old Lavender #827682

Color information

#827682 (or 0x827682) is unknown color: approx Old Lavender. HEX triplet: 82, 76 and 82. RGB value is (130,118,130). Sum of RGB (Red+Green+Blue) = 130+118+130=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #827682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827682 is #7D897D. Grayscale: #7A7A7A. Windows color (decimal): -8227198 or 8550018. OLE color: 8550018.

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

Color convert

RGB130118130-
CMYK00.0900.49
HSL300º4.84%48.63%-
HSV(B)300º9.23%50.98%-
XYZ19.7119.3123.81-
YUV122.96131.98133.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=34.39%
G=31.22%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011813000.0900.493004.8448.63
Hex8276820903112c531
Octal202166202011061454561
Binary10000010111011010000010010010110001100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827682; }

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

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

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

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

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

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

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

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