#837C83

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

Shades of Old Lavender #837C83

Tints of Old Lavender #837C83

Color information

#837C83 (or 0x837C83) is unknown color: approx Old Lavender. HEX triplet: 83, 7C and 83. RGB value is (131,124,131). Sum of RGB (Red+Green+Blue) = 131+124+131=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #837C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C83 is #7C837C. Grayscale: #7E7E7E. Windows color (decimal): -8160125 or 8617091. OLE color: 8617091.

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

Color convert

RGB131124131-
CMYK00.0500.49
HSL300º2.75%50%-
HSV(B)300º5.34%51.37%-
XYZ20.6620.8824.41-
YUV126.89130.32130.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=33.94%
G=32.12%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112413100.0500.493002.7550
Hex837C830503112c332
Octal20317420305061454362
Binary100000111111100100000110101011000110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837C83; }

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

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

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

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

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

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

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

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