#8F7887

Color #8F7887 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #8F7887

Tints of Mountbatten Pink #8F7887

Color information

#8F7887 (or 0x8F7887) is unknown color: approx Mountbatten Pink. HEX triplet: 8F, 78 and 87. RGB value is (143,120,135). Sum of RGB (Red+Green+Blue) = 143+120+135=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7887 is #708778. Grayscale: #808080. Windows color (decimal): -7374713 or 8878223. OLE color: 8878223.

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

Color convert

RGB143120135-
CMYK00.160.060.44
HSL320.87º9.31%51.57%-
HSV(B)320.87º16.08%56.08%-
XYZ22.4221.0225.8-
YUV128.59131.62138.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.93%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 135 (53.12% from 255) = 33.92%
R=35.93%
G=30.15%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312013500.160.060.44320.879.3151.57
Hex8F788701062C141934
Octal2171702070206545011164
Binary100011111111000100001110100001101011001010000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,120,135); }

 H1.HeaderClassName
 {
   color: #8F7887;
 }
 .AnyTagClassName
 {
   color: #8F7887;
 }
</style>
background-color css

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

 a { background-color: rgb(143,120,135); }

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

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

 span { border-color: rgb(143,120,135); }

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