#837084

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

Shades of Old Lavender #837084

Tints of Old Lavender #837084

Color information

#837084 (or 0x837084) is unknown color: approx Old Lavender. HEX triplet: 83, 70 and 84. RGB value is (131,112,132). Sum of RGB (Red+Green+Blue) = 131+112+132=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #837084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837084 is #7C8F7B. Grayscale: #777777. Windows color (decimal): -8163196 or 8679555. OLE color: 8679555.

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

Color convert

RGB131112132-
CMYK0.010.1500.48
HSL297º8.2%47.84%-
HSV(B)297º15.15%51.76%-
XYZ19.3218.0824.3-
YUV119.96134.79135.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=34.93%
G=29.87%
B=35.2%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311121320.010.1500.482978.247.84
Hex8370841F030129830
Octal2031602041170604511060
Binary100000111110000100001001111101100001001010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837084; }

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

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

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

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

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

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

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

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