#8F718A

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

Shades of Mountbatten Pink #8F718A

Tints of Mountbatten Pink #8F718A

Color information

#8F718A (or 0x8F718A) is unknown color: approx Mountbatten Pink. HEX triplet: 8F, 71 and 8A. RGB value is (143,113,138). Sum of RGB (Red+Green+Blue) = 143+113+138=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 143 - color contains mainly: red. Hex color #8F718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F718A is #708E75. Grayscale: #7C7C7C. Windows color (decimal): -7376502 or 9073039. OLE color: 9073039.

HSL color Cylindrical-coordinate representation of color #8F718A: hue angle of 310º 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 #8F718A is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB143113138-
CMYK00.210.030.44
HSL310º11.81%50.2%-
HSV(B)310º20.98%56.08%-
XYZ21.8219.4826.66-
YUV124.82135.44140.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.29%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=36.29%
G=28.68%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311313800.210.030.4431011.8150.2
Hex8F718A01532C136c32
Octal2171612120253544661462
Binary10001111111000110001010010101111011001001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,113,138); }

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

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

 a { background-color: rgb(143,113,138); }

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

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

 span { border-color: rgb(143,113,138); }

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