#827380

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

Shades of Monsoon #827380

Tints of Monsoon #827380

Color information

#827380 (or 0x827380) is unknown color: approx Monsoon. HEX triplet: 82, 73 and 80. RGB value is (130,115,128). Sum of RGB (Red+Green+Blue) = 130+115+128=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #827380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827380 is #7D8C7F. Grayscale: #787878. Windows color (decimal): -8227968 or 8418178. OLE color: 8418178.

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

Color convert

RGB130115128-
CMYK00.120.020.49
HSL308º6.12%48.04%-
HSV(B)308º11.54%50.98%-
XYZ19.2318.5722.99-
YUV120.97131.97134.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=34.85%
G=30.83%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011512800.120.020.493086.1248.04
Hex8273800C231134630
Octal202163200014261464660
Binary100000101110011100000000110010110001100110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827380; }

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

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

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

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

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

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

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

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