#8B7187

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

Shades of Monsoon #8B7187

Tints of Monsoon #8B7187

Color information

#8B7187 (or 0x8B7187) is unknown color: approx Monsoon. HEX triplet: 8B, 71 and 87. RGB value is (139,113,135). Sum of RGB (Red+Green+Blue) = 139+113+135=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7187 is #748E78. Grayscale: #7B7B7B. Windows color (decimal): -7638649 or 8876427. OLE color: 8876427.

HSL color Cylindrical-coordinate representation of color #8B7187: hue angle of 309.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7187 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB139113135-
CMYK00.190.030.45
HSL309.23º10.32%49.41%-
HSV(B)309.23º18.71%54.51%-
XYZ20.9319.0525.5-
YUV123.28134.61139.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=35.92%
G=29.20%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911313500.190.030.45309.2310.3249.41
Hex8B718701332D135a31
Octal2131612070233554651261
Binary10001011111000110000111010011111011011001101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,113,135); }

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

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

 a { background-color: rgb(139,113,135); }

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

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

 span { border-color: rgb(139,113,135); }

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