#8F738A

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

Shades of Mountbatten Pink #8F738A

Tints of Mountbatten Pink #8F738A

Color information

#8F738A (or 0x8F738A) is unknown color: approx Mountbatten Pink. HEX triplet: 8F, 73 and 8A. RGB value is (143,115,138). Sum of RGB (Red+Green+Blue) = 143+115+138=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 143 - color contains mainly: red. Hex color #8F738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F738A is #708C75. Grayscale: #7D7D7D. Windows color (decimal): -7375990 or 9073551. OLE color: 9073551.

HSL color Cylindrical-coordinate representation of color #8F738A: hue angle of 310.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F738A is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB143115138-
CMYK00.200.030.44
HSL310.71º11.11%50.59%-
HSV(B)310.71º19.58%56.08%-
XYZ22.0519.9426.73-
YUV125.99134.78140.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.11%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=36.11%
G=29.04%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311513800.200.030.44310.7111.1150.59
Hex8F738A01432C137b33
Octal2171632120243544671363
Binary10001111111001110001010010100111011001001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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