#876981

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

Shades of Monsoon #876981

Tints of Monsoon #876981

Color information

#876981 (or 0x876981) is unknown color: approx Monsoon. HEX triplet: 87, 69 and 81. RGB value is (135,105,129). Sum of RGB (Red+Green+Blue) = 135+105+129=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #876981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876981 is #78967E. Grayscale: #747474. Windows color (decimal): -7902847 or 8481159. OLE color: 8481159.

HSL color Cylindrical-coordinate representation of color #876981: hue angle of 312º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #876981 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB135105129-
CMYK00.220.040.47
HSL312º12.5%47.06%-
HSV(B)312º22.22%52.94%-
XYZ19.0116.8423.02-
YUV116.71134.94141.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=36.59%
G=28.46%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510512900.220.040.4731212.547.06
Hex87698101642F138d2f
Octal2071512010264574701557
Binary100001111101001100000010101101001011111001110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876981; }

 p { color: rgb(135,105,129); }

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

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

 a { background-color: rgb(135,105,129); }

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

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

 span { border-color: rgb(135,105,129); }

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