#837980

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

Shades of Monsoon #837980

Tints of Monsoon #837980

Color information

#837980 (or 0x837980) is unknown color: approx Monsoon. HEX triplet: 83, 79 and 80. RGB value is (131,121,128). Sum of RGB (Red+Green+Blue) = 131+121+128=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 131 - color contains mainly: red. Hex color #837980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837980 is #7C867F. Grayscale: #7C7C7C. Windows color (decimal): -8160896 or 8419715. OLE color: 8419715.

HSL color Cylindrical-coordinate representation of color #837980: hue angle of 318º 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 #837980 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB131121128-
CMYK00.080.020.49
HSL318º3.97%49.41%-
HSV(B)318º7.63%51.37%-
XYZ20.0920.0623.23-
YUV124.79129.81132.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.47%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=34.47%
G=31.84%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112112800.080.020.493183.9749.41
Hex8379800823113e431
Octal203171200010261476461
Binary100000111111001100000000100010110001100111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837980; }

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

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

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

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

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

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

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

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