Html Css Color HEX #827480 Monsoon

📋 copy color: '#827480'

red 130 ◦ green 116 ◦ blue 128

#827480
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #827480

Tints of Monsoon #827480

RGB

 RED value IS 130 (51.17% from 255) = 34.76%

 GREEN value IS 116 (45.7% from 255) = 31.02%

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 34.76%
G = 31.02%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#827480 (or 0x827480) is known color: Monsoon. HEX triplet: 82, 74 and 80. RGB value is (130,116,128). Sum of RGB (Red+Green+Blue) = 130+116+128=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 130 - color contains mainly: red. Hex color #827480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827480 is #7D8B7F. Grayscale: #797979. Windows color (decimal): -8227712 or 8418434. OLE color: 8418434.

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

Color convert

RGB 130 116 128 -
CMYK 0 0.11 0.02 0.49
HSL 308.57º 0.06% 0.48% -
HSV(B) 308.57º 0.11% 0.51% -
XYZ 19.35 18.8 23.03 -
YUV 121.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 130 116 128 0 0.11 0.02 0.49 308.57 0.06 0.48
Hex 82 74 80 0 B 2 31 135 6 30
Octal 202 164 200 0 13 2 61 465 6 60
Binary 10000010 1110100 10000000 0 1011 10 110001 100110101 110 110000

Color Harmonies of #827480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827480

Black with #827480

Text Example


Text Example

White with #827480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827480; }

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

 H1.HeaderClassName
 {
   color: #827480;
 }
 .AnyTagClassName
 {
   color: #827480;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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