Html Css Color HEX #8E7884 Mountbatten Pink

📋 copy color: '#8E7884'

red 142 ◦ green 120 ◦ blue 132

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

Shades of Mountbatten Pink #8E7884

Tints of Mountbatten Pink #8E7884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.46%

 BLUE value IS 132 (51.95% from 255) = 33.5%

R = 36.04%
G = 30.46%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8E7884 (or 0x8E7884) is known color: Mountbatten Pink. HEX triplet: 8E, 78 and 84. RGB value is (142,120,132). Sum of RGB (Red+Green+Blue) = 142+120+132=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7884 is #71877B. Grayscale: #7F7F7F. Windows color (decimal): -7440252 or 8681614. OLE color: 8681614.

HSL color Cylindrical-coordinate representation of color #8E7884: hue angle of 327.27º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E7884 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 120 132 -
CMYK 0 0.15 0.07 0.44
HSL 327.27º 0.09% 0.51% -
HSV(B) 327.27º 0.15% 0.56% -
XYZ 22.04 20.85 24.69 -
YUV 127.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 142 120 132 0 0.15 0.07 0.44 327.27 0.09 0.51
Hex 8E 78 84 0 F 7 2C 147 9 33
Octal 216 170 204 0 17 7 54 507 11 63
Binary 10001110 1111000 10000100 0 1111 111 101100 101000111 1001 110011

Color Harmonies of #8E7884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7884

Black with #8E7884

Text Example


Text Example

White with #8E7884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,120,132); }

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

background-color css

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

 a { background-color: rgb(142,120,132); }

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

border-color css

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

 span { border-color: rgb(142,120,132); }

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