#837982

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

Shades of Monsoon #837982

Tints of Monsoon #837982

Color information

#837982 (or 0x837982) is unknown color: approx Monsoon. HEX triplet: 83, 79 and 82. RGB value is (131,121,130). Sum of RGB (Red+Green+Blue) = 131+121+130=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 131 - color contains mainly: red. Hex color #837982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837982 is #7C867D. Grayscale: #7C7C7C. Windows color (decimal): -8160894 or 8550787. OLE color: 8550787.

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

Color convert

RGB131121130-
CMYK00.080.010.49
HSL306º3.97%49.41%-
HSV(B)306º7.63%51.37%-
XYZ20.2320.1123.93-
YUV125.02130.81132.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=34.29%
G=31.68%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112113000.080.010.493063.9749.41
Hex83798208131132431
Octal203171202010161462461
Binary10000011111100110000010010001110001100110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837982; }

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

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

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

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

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

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

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

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