#837983

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

Shades of Old Lavender #837983

Tints of Old Lavender #837983

Color information

#837983 (or 0x837983) is unknown color: approx Old Lavender. HEX triplet: 83, 79 and 83. RGB value is (131,121,131). Sum of RGB (Red+Green+Blue) = 131+121+131=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #837983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837983 is #7C867C. Grayscale: #7D7D7D. Windows color (decimal): -8160893 or 8616323. OLE color: 8616323.

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

Color convert

RGB131121131-
CMYK00.0800.49
HSL300º3.97%49.41%-
HSV(B)300º7.63%51.37%-
XYZ20.2920.1424.29-
YUV125.13131.31132.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=34.20%
G=31.59%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112113100.0800.493003.9749.41
Hex8379830803112c431
Octal203171203010061454461
Binary10000011111100110000011010000110001100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837983; }

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

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

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

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

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

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

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

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