Html Css Color HEX #8E7386 Mountbatten Pink

📋 copy color: '#8E7386'

red 142 ◦ green 115 ◦ blue 134

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

Shades of Mountbatten Pink #8E7386

Tints of Mountbatten Pink #8E7386

RGB

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

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

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

R = 36.32%
G = 29.41%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8E7386 (or 0x8E7386) is known color: Mountbatten Pink. HEX triplet: 8E, 73 and 86. RGB value is (142,115,134). Sum of RGB (Red+Green+Blue) = 142+115+134=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7386 is #718C79. Grayscale: #7D7D7D. Windows color (decimal): -7441530 or 8811406. OLE color: 8811406.

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

Color convert

RGB 142 115 134 -
CMYK 0 0.19 0.06 0.44
HSL 317.78º 0.11% 0.5% -
HSV(B) 317.78º 0.19% 0.56% -
XYZ 21.59 19.73 25.23 -
YUV 125.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 142 115 134 0 0.19 0.06 0.44 317.78 0.11 0.5
Hex 8E 73 86 0 13 6 2C 13E B 32
Octal 216 163 206 0 23 6 54 476 13 62
Binary 10001110 1110011 10000110 0 10011 110 101100 100111110 1011 110010

Color Harmonies of #8E7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7386

Black with #8E7386

Text Example


Text Example

White with #8E7386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,115,134); }

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

background-color css

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

 a { background-color: rgb(142,115,134); }

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

border-color css

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

 span { border-color: rgb(142,115,134); }

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