#83687D

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

Shades of Monsoon #83687D

Tints of Monsoon #83687D

Color information

#83687D (or 0x83687D) is unknown color: approx Monsoon. HEX triplet: 83, 68 and 7D. RGB value is (131,104,125). Sum of RGB (Red+Green+Blue) = 131+104+125=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 131 - color contains mainly: red. Hex color #83687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83687D is #7C9782. Grayscale: #727272. Windows color (decimal): -8165251 or 8218755. OLE color: 8218755.

HSL color Cylindrical-coordinate representation of color #83687D: hue angle of 313.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83687D is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB131104125-
CMYK00.210.050.49
HSL313.33º11.49%46.08%-
HSV(B)313.33º20.61%51.37%-
XYZ18.0116.2121.58-
YUV114.47133.95139.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=36.39%
G=28.89%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110412500.210.050.49313.3311.4946.08
Hex83687D015531139b2e
Octal2031501750255614711356
Binary10000011110100011111010101011011100011001110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83687D; }

 p { color: rgb(131,104,125); }

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

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

 a { background-color: rgb(131,104,125); }

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

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

 span { border-color: rgb(131,104,125); }

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