#827E82

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

Shades of Monsoon #827E82

Tints of Monsoon #827E82

Color information

#827E82 (or 0x827E82) is unknown color: approx Monsoon. HEX triplet: 82, 7E and 82. RGB value is (130,126,130). Sum of RGB (Red+Green+Blue) = 130+126+130=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #827E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E82 is #7D817D. Grayscale: #7F7F7F. Windows color (decimal): -8225150 or 8552066. OLE color: 8552066.

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

Color convert

RGB130126130-
CMYK00.0300.49
HSL300º1.57%50.2%-
HSV(B)300º3.08%50.98%-
XYZ20.721.2824.14-
YUV127.65129.33129.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=33.68%
G=32.64%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012613000.0300.493001.5750.2
Hex827E820303112c232
Octal20217620203061454262
Binary10000010111111010000010011011000110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827E82; }

 p { color: rgb(130,126,130); }

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

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

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

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

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

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

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