#8F7788

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

Shades of Mountbatten Pink #8F7788

Tints of Mountbatten Pink #8F7788

Color information

#8F7788 (or 0x8F7788) is unknown color: approx Mountbatten Pink. HEX triplet: 8F, 77 and 88. RGB value is (143,119,136). Sum of RGB (Red+Green+Blue) = 143+119+136=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7788 is #708877. Grayscale: #808080. Windows color (decimal): -7374968 or 8943503. OLE color: 8943503.

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

Color convert

RGB143119136-
CMYK00.170.050.44
HSL317.5º9.68%51.37%-
HSV(B)317.5º16.78%56.08%-
XYZ22.3720.8126.13-
YUV128.11132.45138.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.93%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=35.93%
G=29.90%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311913600.170.050.44317.59.6851.37
Hex8F778801152C13ea33
Octal2171672100215544761263
Binary100011111110111100010000100011011011001001111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,119,136); }

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

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

 a { background-color: rgb(143,119,136); }

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

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

 span { border-color: rgb(143,119,136); }

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