#817980

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

Shades of Monsoon #817980

Tints of Monsoon #817980

Color information

#817980 (or 0x817980) is unknown color: approx Monsoon. HEX triplet: 81, 79 and 80. RGB value is (129,121,128). Sum of RGB (Red+Green+Blue) = 129+121+128=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 129 - color contains mainly: red. Hex color #817980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817980 is #7E867F. Grayscale: #7C7C7C. Windows color (decimal): -8291968 or 8419713. OLE color: 8419713.

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

Color convert

RGB129121128-
CMYK00.060.010.49
HSL307.5º3.2%49.02%-
HSV(B)307.5º6.2%50.59%-
XYZ19.7919.923.22-
YUV124.19130.15131.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=34.13%
G=32.01%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912112800.060.010.49307.53.249.02
Hex81798006131134331
Octal20117120006161464361
Binary100000011111001100000000110111000110011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817980; }

 p { color: rgb(129,121,128); }

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

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

 a { background-color: rgb(129,121,128); }

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

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

 span { border-color: rgb(129,121,128); }

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