#837984

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

Shades of Old Lavender #837984

Tints of Old Lavender #837984

Color information

#837984 (or 0x837984) is unknown color: approx Old Lavender. HEX triplet: 83, 79 and 84. RGB value is (131,121,132). Sum of RGB (Red+Green+Blue) = 131+121+132=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 132 - color contains mainly: blue. Hex color #837984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837984 is #7C867B. Grayscale: #7D7D7D. Windows color (decimal): -8160892 or 8681859. OLE color: 8681859.

HSL color Cylindrical-coordinate representation of color #837984: hue angle of 294.55º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #837984 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB131121132-
CMYK0.010.0800.48
HSL294.55º4.35%49.61%-
HSV(B)294.55º8.33%51.76%-
XYZ20.3620.1724.65-
YUV125.24131.81132.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=34.11%
G=31.51%
B=34.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311211320.010.0800.48294.554.3549.61
Hex83798418030127432
Octal203171204110060447462
Binary10000011111100110000100110000110000100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837984; }

 p { color: rgb(131,121,132); }

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

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

 a { background-color: rgb(131,121,132); }

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

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

 span { border-color: rgb(131,121,132); }

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