Html Css Color HEX #8E708A Mountbatten Pink

📋 copy color: '#8E708A'

red 142 ◦ green 112 ◦ blue 138

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

Shades of Mountbatten Pink #8E708A

Tints of Mountbatten Pink #8E708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 36.22%
G = 28.57%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E708A (or 0x8E708A) is known color: Mountbatten Pink. HEX triplet: 8E, 70 and 8A. RGB value is (142,112,138). Sum of RGB (Red+Green+Blue) = 142+112+138=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 142 - color contains mainly: red. Hex color #8E708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E708A is #718F75. Grayscale: #7B7B7B. Windows color (decimal): -7442294 or 9072782. OLE color: 9072782.

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

Color convert

RGB 142 112 138 -
CMYK 0 0.21 0.03 0.44
HSL 308º 0.12% 0.5% -
HSV(B) 308º 0.21% 0.56% -
XYZ 21.54 19.17 26.61 -
YUV 123.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 142 112 138 0 0.21 0.03 0.44 308 0.12 0.5
Hex 8E 70 8A 0 15 3 2C 134 C 32
Octal 216 160 212 0 25 3 54 464 14 62
Binary 10001110 1110000 10001010 0 10101 11 101100 100110100 1100 110010

Color Harmonies of #8E708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E708A

Black with #8E708A

Text Example


Text Example

White with #8E708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,138); }

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

background-color css

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

 a { background-color: rgb(142,112,138); }

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

border-color css

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

 span { border-color: rgb(142,112,138); }

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