#826E7D

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

Shades of Monsoon #826E7D

Tints of Monsoon #826E7D

Color information

#826E7D (or 0x826E7D) is unknown color: approx Monsoon. HEX triplet: 82, 6E and 7D. RGB value is (130,110,125). Sum of RGB (Red+Green+Blue) = 130+110+125=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #826E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E7D is #7D9182. Grayscale: #757575. Windows color (decimal): -8229251 or 8220290. OLE color: 8220290.

HSL color Cylindrical-coordinate representation of color #826E7D: hue angle of 315º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #826E7D is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB130110125-
CMYK00.150.040.49
HSL315º8.33%47.06%-
HSV(B)315º15.38%50.98%-
XYZ18.4817.3821.78-
YUV117.69132.13136.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=35.62%
G=30.14%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011012500.150.040.493158.3347.06
Hex826E7D0F43113b82f
Octal2021561750174614731057
Binary1000001011011101111101011111001100011001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826E7D; }

 p { color: rgb(130,110,125); }

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

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

 a { background-color: rgb(130,110,125); }

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

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

 span { border-color: rgb(130,110,125); }

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