Html Css Color HEX #837880 Monsoon

📋 copy color: '#837880'

red 131 ◦ green 120 ◦ blue 128

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

Shades of Monsoon #837880

Tints of Monsoon #837880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 34.56%
G = 31.66%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#837880 (or 0x837880) is known color: Monsoon. HEX triplet: 83, 78 and 80. RGB value is (131,120,128). Sum of RGB (Red+Green+Blue) = 131+120+128=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 131 - color contains mainly: red. Hex color #837880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837880 is #7C877F. Grayscale: #7C7C7C. Windows color (decimal): -8161152 or 8419459. OLE color: 8419459.

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

Color convert

RGB 131 120 128 -
CMYK 0 0.08 0.02 0.49
HSL 316.36º 0.04% 0.49% -
HSV(B) 316.36º 0.08% 0.51% -
XYZ 19.97 19.82 23.19 -
YUV 124.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 131 120 128 0 0.08 0.02 0.49 316.36 0.04 0.49
Hex 83 78 80 0 8 2 31 13C 4 31
Octal 203 170 200 0 10 2 61 474 4 61
Binary 10000011 1111000 10000000 0 1000 10 110001 100111100 100 110001

Color Harmonies of #837880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837880

Black with #837880

Text Example


Text Example

White with #837880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837880; }

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

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

background-color css

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

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

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

border-color css

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

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

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