Html Css Color HEX #837380 Monsoon

📋 copy color: '#837380'

red 131 ◦ green 115 ◦ blue 128

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

Shades of Monsoon #837380

Tints of Monsoon #837380

RGB

 RED value IS 131 (51.56% from 255) = 35.03%

 GREEN value IS 115 (45.31% from 255) = 30.75%

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

R = 35.03%
G = 30.75%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#837380 (or 0x837380) is known color: Monsoon. HEX triplet: 83, 73 and 80. RGB value is (131,115,128). Sum of RGB (Red+Green+Blue) = 131+115+128=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #837380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837380 is #7C8C7F. Grayscale: #797979. Windows color (decimal): -8162432 or 8418179. OLE color: 8418179.

HSL color Cylindrical-coordinate representation of color #837380: hue angle of 311.25º degrees, saturation: 0.07, 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 #837380 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 128 -
CMYK 0 0.12 0.02 0.49
HSL 311.25º 0.07% 0.48% -
HSV(B) 311.25º 0.12% 0.51% -
XYZ 19.39 18.65 23 -
YUV 121.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 131 115 128 0 0.12 0.02 0.49 311.25 0.07 0.48
Hex 83 73 80 0 C 2 31 137 7 30
Octal 203 163 200 0 14 2 61 467 7 60
Binary 10000011 1110011 10000000 0 1100 10 110001 100110111 111 110000

Color Harmonies of #837380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837380

Black with #837380

Text Example


Text Example

White with #837380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837380; }

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

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

background-color css

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

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

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

border-color css

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

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

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