#827580

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

Shades of Monsoon #827580

Tints of Monsoon #827580

Color information

#827580 (or 0x827580) is unknown color: approx Monsoon. HEX triplet: 82, 75 and 80. RGB value is (130,117,128). Sum of RGB (Red+Green+Blue) = 130+117+128=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 130 - color contains mainly: red. Hex color #827580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827580 is #7D8A7F. Grayscale: #7A7A7A. Windows color (decimal): -8227456 or 8418690. OLE color: 8418690.

HSL color Cylindrical-coordinate representation of color #827580: hue angle of 309.23º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #827580 is Cyan = 0, Magento = 0.1, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB130117128-
CMYK00.10.020.49
HSL309.23º5.26%48.43%-
HSV(B)309.23º10%50.98%-
XYZ19.4619.0323.07-
YUV122.14131.31133.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=34.67%
G=31.2%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011712800.10.020.49309.235.2648.43
Hex8275800A231135530
Octal202165200012261465560
Binary100000101110101100000000101010110001100110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827580; }

 p { color: rgb(130,117,128); }

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

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

 a { background-color: rgb(130,117,128); }

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

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

 span { border-color: rgb(130,117,128); }

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