#8B7287

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

Shades of Monsoon #8B7287

Tints of Monsoon #8B7287

Color information

#8B7287 (or 0x8B7287) is unknown color: approx Monsoon. HEX triplet: 8B, 72 and 87. RGB value is (139,114,135). Sum of RGB (Red+Green+Blue) = 139+114+135=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7287 is #748D78. Grayscale: #7B7B7B. Windows color (decimal): -7638393 or 8876683. OLE color: 8876683.

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

Color convert

RGB139114135-
CMYK00.180.030.45
HSL309.6º9.88%49.61%-
HSV(B)309.6º17.99%54.51%-
XYZ21.0419.2725.53-
YUV123.87134.28138.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=35.82%
G=29.38%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911413500.180.030.45309.69.8849.61
Hex8B728701232D136a32
Octal2131622070223554661262
Binary10001011111001010000111010010111011011001101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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