#826A7D

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

Shades of Monsoon #826A7D

Tints of Monsoon #826A7D

Color information

#826A7D (or 0x826A7D) is unknown color: approx Monsoon. HEX triplet: 82, 6A and 7D. RGB value is (130,106,125). Sum of RGB (Red+Green+Blue) = 130+106+125=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #826A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A7D is #7D9582. Grayscale: #737373. Windows color (decimal): -8230275 or 8219266. OLE color: 8219266.

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

Color convert

RGB130106125-
CMYK00.180.040.49
HSL312.5º10.17%46.27%-
HSV(B)312.5º18.46%50.98%-
XYZ18.0616.5321.64-
YUV115.34133.45138.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=36.01%
G=29.36%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010612500.180.040.49312.510.1746.27
Hex826A7D012431139a2e
Octal2021521750224614711256
Binary10000010110101011111010100101001100011001110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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