#837785

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

Shades of Old Lavender #837785

Tints of Old Lavender #837785

Color information

#837785 (or 0x837785) is unknown color: approx Old Lavender. HEX triplet: 83, 77 and 85. RGB value is (131,119,133). Sum of RGB (Red+Green+Blue) = 131+119+133=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 133 - color contains mainly: blue. Hex color #837785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837785 is #7C887A. Grayscale: #7C7C7C. Windows color (decimal): -8161403 or 8746883. OLE color: 8746883.

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

Color convert

RGB131119133-
CMYK0.020.1100.48
HSL291.43º5.56%49.41%-
HSV(B)291.43º10.53%52.16%-
XYZ20.1919.7124.93-
YUV124.18132.98132.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=34.20%
G=31.07%
B=34.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311191330.020.1100.48291.435.5649.41
Hex8377852B030123631
Octal203167205213060443661
Binary100000111110111100001011010110110000100100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837785; }

 p { color: rgb(131,119,133); }

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

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

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

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

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

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

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