#837981

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

Shades of Monsoon #837981

Tints of Monsoon #837981

Color information

#837981 (or 0x837981) is unknown color: approx Monsoon. HEX triplet: 83, 79 and 81. RGB value is (131,121,129). Sum of RGB (Red+Green+Blue) = 131+121+129=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 131 - color contains mainly: red. Hex color #837981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837981 is #7C867E. Grayscale: #7C7C7C. Windows color (decimal): -8160895 or 8485251. OLE color: 8485251.

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

Color convert

RGB131121129-
CMYK00.080.020.49
HSL312º3.97%49.41%-
HSV(B)312º7.63%51.37%-
XYZ20.1620.0923.58-
YUV124.9130.31132.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.38%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=34.38%
G=31.76%
B=33.86%

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
Decimal13112112900.080.020.493123.9749.41
Hex83798108231138431
Octal203171201010261470461
Binary100000111111001100000010100010110001100111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837981; }

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

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

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

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

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

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

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

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