Html Css Color HEX #8A7187 Monsoon

📋 copy color: '#8A7187'

red 138 ◦ green 113 ◦ blue 135

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

Shades of Monsoon #8A7187

Tints of Monsoon #8A7187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.27%

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

R = 35.75%
G = 29.27%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#8A7187 (or 0x8A7187) is known color: Monsoon. HEX triplet: 8A, 71 and 87. RGB value is (138,113,135). Sum of RGB (Red+Green+Blue) = 138+113+135=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7187 is #758E78. Grayscale: #7A7A7A. Windows color (decimal): -7704185 or 8876426. OLE color: 8876426.

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

Color convert

RGB 138 113 135 -
CMYK 0 0.18 0.02 0.46
HSL 307.2º 0.1% 0.49% -
HSV(B) 307.2º 0.18% 0.54% -
XYZ 20.76 18.96 25.49 -
YUV 122.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 138 113 135 0 0.18 0.02 0.46 307.2 0.1 0.49
Hex 8A 71 87 0 12 2 2E 133 A 31
Octal 212 161 207 0 22 2 56 463 12 61
Binary 10001010 1110001 10000111 0 10010 10 101110 100110011 1010 110001

Color Harmonies of #8A7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7187

Black with #8A7187

Text Example


Text Example

White with #8A7187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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