Html Css Color HEX #8C7186 Mountbatten Pink

📋 copy color: '#8C7186'

red 140 ◦ green 113 ◦ blue 134

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

Shades of Mountbatten Pink #8C7186

Tints of Mountbatten Pink #8C7186

RGB

 RED value IS 140 (55.08% from 255) = 36.18%

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

 BLUE value IS 134 (52.73% from 255) = 34.63%

R = 36.18%
G = 29.2%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8C7186 (or 0x8C7186) is known color: Mountbatten Pink. HEX triplet: 8C, 71 and 86. RGB value is (140,113,134). Sum of RGB (Red+Green+Blue) = 140+113+134=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7186 is #738E79. Grayscale: #7B7B7B. Windows color (decimal): -7573114 or 8810892. OLE color: 8810892.

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

Color convert

RGB 140 113 134 -
CMYK 0 0.19 0.04 0.45
HSL 313.33º 0.11% 0.5% -
HSV(B) 313.33º 0.19% 0.55% -
XYZ 21.02 19.11 25.13 -
YUV 123.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 140 113 134 0 0.19 0.04 0.45 313.33 0.11 0.5
Hex 8C 71 86 0 13 4 2D 139 B 32
Octal 214 161 206 0 23 4 55 471 13 62
Binary 10001100 1110001 10000110 0 10011 100 101101 100111001 1011 110010

Color Harmonies of #8C7186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7186

Black with #8C7186

Text Example


Text Example

White with #8C7186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,134); }

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

background-color css

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

 a { background-color: rgb(140,113,134); }

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

border-color css

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

 span { border-color: rgb(140,113,134); }

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