#836A7B

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

Shades of Monsoon #836A7B

Tints of Monsoon #836A7B

Color information

#836A7B (or 0x836A7B) is unknown color: approx Monsoon. HEX triplet: 83, 6A and 7B. RGB value is (131,106,123). Sum of RGB (Red+Green+Blue) = 131+106+123=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 131 - color contains mainly: red. Hex color #836A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836A7B is #7C9584. Grayscale: #737373. Windows color (decimal): -8164741 or 8088195. OLE color: 8088195.

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

Color convert

RGB131106123-
CMYK00.190.060.49
HSL319.2º10.55%46.47%-
HSV(B)319.2º19.08%51.37%-
XYZ18.0916.5620.98-
YUV115.41132.28139.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=36.39%
G=29.44%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110612300.190.060.49319.210.5546.47
Hex836A7B01363113fb2e
Octal2031521730236614771356
Binary10000011110101011110110100111101100011001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836A7B; }

 p { color: rgb(131,106,123); }

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

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

 a { background-color: rgb(131,106,123); }

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

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

 span { border-color: rgb(131,106,123); }

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