Html Css Color HEX #8E7187 Mountbatten Pink

📋 copy color: '#8E7187'

red 142 ◦ green 113 ◦ blue 135

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

Shades of Mountbatten Pink #8E7187

Tints of Mountbatten Pink #8E7187

RGB

 RED value IS 142 (55.86% from 255) = 36.41%

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

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

R = 36.41%
G = 28.97%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8E7187 (or 0x8E7187) is known color: Mountbatten Pink. HEX triplet: 8E, 71 and 87. RGB value is (142,113,135). Sum of RGB (Red+Green+Blue) = 142+113+135=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7187 is #718E78. Grayscale: #7C7C7C. Windows color (decimal): -7442041 or 8876430. OLE color: 8876430.

HSL color Cylindrical-coordinate representation of color #8E7187: hue angle of 314.48º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7187 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 113 135 -
CMYK 0 0.20 0.05 0.44
HSL 314.48º 0.11% 0.5% -
HSV(B) 314.48º 0.2% 0.56% -
XYZ 21.43 19.31 25.52 -
YUV 124.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 142 113 135 0 0.20 0.05 0.44 314.48 0.11 0.5
Hex 8E 71 87 0 14 5 2C 13A B 32
Octal 216 161 207 0 24 5 54 472 13 62
Binary 10001110 1110001 10000111 0 10100 101 101100 100111010 1011 110010

Color Harmonies of #8E7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7187

Black with #8E7187

Text Example


Text Example

White with #8E7187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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