Html Css Color HEX #8A7387 Monsoon

📋 copy color: '#8A7387'

red 138 ◦ green 115 ◦ blue 135

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

Shades of Monsoon #8A7387

Tints of Monsoon #8A7387

RGB

 RED value IS 138 (54.3% from 255) = 35.57%

 GREEN value IS 115 (45.31% from 255) = 29.64%

 BLUE value IS 135 (53.13% from 255) = 34.79%

R = 35.57%
G = 29.64%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#8A7387 (or 0x8A7387) is known color: Monsoon. HEX triplet: 8A, 73 and 87. RGB value is (138,115,135). Sum of RGB (Red+Green+Blue) = 138+115+135=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7387 is #758C78. Grayscale: #7C7C7C. Windows color (decimal): -7703673 or 8876938. OLE color: 8876938.

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

Color convert

RGB 138 115 135 -
CMYK 0 0.17 0.02 0.46
HSL 307.83º 0.09% 0.5% -
HSV(B) 307.83º 0.17% 0.54% -
XYZ 20.99 19.41 25.56 -
YUV 124.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 138 115 135 0 0.17 0.02 0.46 307.83 0.09 0.5
Hex 8A 73 87 0 11 2 2E 134 9 32
Octal 212 163 207 0 21 2 56 464 11 62
Binary 10001010 1110011 10000111 0 10001 10 101110 100110100 1001 110010

Color Harmonies of #8A7387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7387

Black with #8A7387

Text Example


Text Example

White with #8A7387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,135); }

 H1.HeaderClassName
 {
   color: #8A7387;
 }
 .AnyTagClassName
 {
   color: #8A7387;
 }
</style>

background-color css

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

 a { background-color: rgb(138,115,135); }

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

border-color css

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

 span { border-color: rgb(138,115,135); }

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