#8B7388

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

Shades of Monsoon #8B7388

Tints of Monsoon #8B7388

Color information

#8B7388 (or 0x8B7388) is unknown color: approx Monsoon. HEX triplet: 8B, 73 and 88. RGB value is (139,115,136). Sum of RGB (Red+Green+Blue) = 139+115+136=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7388 is #748C77. Grayscale: #7C7C7C. Windows color (decimal): -7638136 or 8942475. OLE color: 8942475.

HSL color Cylindrical-coordinate representation of color #8B7388: hue angle of 307.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B7388 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB139115136-
CMYK00.170.020.45
HSL307.5º9.45%49.8%-
HSV(B)307.5º17.27%54.51%-
XYZ21.2219.5325.94-
YUV124.57134.45138.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=35.64%
G=29.49%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911513600.170.020.45307.59.4549.8
Hex8B738801122D134932
Octal2131632100212554641162
Binary10001011111001110001000010001101011011001101001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,136); }

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

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

 a { background-color: rgb(139,115,136); }

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

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

 span { border-color: rgb(139,115,136); }

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