Html Css Color HEX #8E7287 Mountbatten Pink

📋 copy color: '#8E7287'

red 142 ◦ green 114 ◦ blue 135

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

Shades of Mountbatten Pink #8E7287

Tints of Mountbatten Pink #8E7287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.16%

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

R = 36.32%
G = 29.16%
B = 34.53%

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

#8E7287 (or 0x8E7287) is known color: Mountbatten Pink. HEX triplet: 8E, 72 and 87. RGB value is (142,114,135). Sum of RGB (Red+Green+Blue) = 142+114+135=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7287 is #718D78. Grayscale: #7C7C7C. Windows color (decimal): -7441785 or 8876686. OLE color: 8876686.

HSL color Cylindrical-coordinate representation of color #8E7287: hue angle of 315º 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 #8E7287 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 114 135 -
CMYK 0 0.20 0.05 0.44
HSL 315º 0.11% 0.5% -
HSV(B) 315º 0.2% 0.56% -
XYZ 21.55 19.53 25.56 -
YUV 124.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 142 114 135 0 0.20 0.05 0.44 315 0.11 0.5
Hex 8E 72 87 0 14 5 2C 13B B 32
Octal 216 162 207 0 24 5 54 473 13 62
Binary 10001110 1110010 10000111 0 10100 101 101100 100111011 1011 110010

Color Harmonies of #8E7287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7287

Black with #8E7287

Text Example


Text Example

White with #8E7287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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