#8C7087

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

Shades of Monsoon #8C7087

Tints of Monsoon #8C7087

Color information

#8C7087 (or 0x8C7087) is unknown color: approx Monsoon. HEX triplet: 8C, 70 and 87. RGB value is (140,112,135). Sum of RGB (Red+Green+Blue) = 140+112+135=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7087 is #738F78. Grayscale: #7A7A7A. Windows color (decimal): -7573369 or 8876172. OLE color: 8876172.

HSL color Cylindrical-coordinate representation of color #8C7087: hue angle of 310.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C7087 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB140112135-
CMYK00.200.040.45
HSL310.71º11.11%49.41%-
HSV(B)310.71º20%54.9%-
XYZ20.9818.9125.47-
YUV122.99134.78140.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.18%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=36.18%
G=28.94%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011213500.200.040.45310.7111.1149.41
Hex8C708701442D137b31
Octal2141602070244554671361
Binary100011001110000100001110101001001011011001101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7087; }

 p { color: rgb(140,112,135); }

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

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

 a { background-color: rgb(140,112,135); }

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

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

 span { border-color: rgb(140,112,135); }

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