#827384

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

Shades of Old Lavender #827384

Tints of Old Lavender #827384

Color information

#827384 (or 0x827384) is unknown color: approx Old Lavender. HEX triplet: 82, 73 and 84. RGB value is (130,115,132). Sum of RGB (Red+Green+Blue) = 130+115+132=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 132 - color contains mainly: blue. Hex color #827384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827384 is #7D8C7B. Grayscale: #797979. Windows color (decimal): -8227964 or 8680322. OLE color: 8680322.

HSL color Cylindrical-coordinate representation of color #827384: hue angle of 292.94º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #827384 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB130115132-
CMYK0.020.1300.48
HSL292.94º6.88%48.43%-
HSV(B)292.94º12.88%51.76%-
XYZ19.518.6724.41-
YUV121.42133.97134.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=34.48%
G=30.50%
B=35.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301151320.020.1300.48292.946.8848.43
Hex8273842D030125730
Octal202163204215060445760
Binary100000101110011100001001011010110000100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827384; }

 p { color: rgb(130,115,132); }

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

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

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

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

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

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

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