Html Css Color HEX #8B7388 Monsoon

📋 copy color: '#8B7388'

red 139 ◦ green 115 ◦ blue 136

#8B7388
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #8B7388

Tints of Monsoon #8B7388

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 value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8B7388 (or 0x8B7388) is known color: 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

RGB 139 115 136 -
CMYK 0 0.17 0.02 0.45
HSL 307.5º 0.09% 0.5% -
HSV(B) 307.5º 0.17% 0.55% -
XYZ 21.22 19.53 25.94 -
YUV 124.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 139 115 136 0 0.17 0.02 0.45 307.5 0.09 0.5
Hex 8B 73 88 0 11 2 2D 134 9 32
Octal 213 163 210 0 21 2 55 464 11 62
Binary 10001011 1110011 10001000 0 10001 10 101101 100110100 1001 110010

Color Harmonies of #8B7388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7388

Black with #8B7388

Text Example


Text Example

White with #8B7388

Text Example


Text Example

HTML Codes & Css Web 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>