#8F738B

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

Shades of Mountbatten Pink #8F738B

Tints of Mountbatten Pink #8F738B

Color information

#8F738B (or 0x8F738B) is unknown color: approx Mountbatten Pink. HEX triplet: 8F, 73 and 8B. RGB value is (143,115,139). Sum of RGB (Red+Green+Blue) = 143+115+139=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 143 - color contains mainly: red. Hex color #8F738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F738B is #708C74. Grayscale: #7E7E7E. Windows color (decimal): -7375989 or 9139087. OLE color: 9139087.

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

Color convert

RGB143115139-
CMYK00.200.030.44
HSL308.57º11.11%50.59%-
HSV(B)308.57º19.58%56.08%-
XYZ22.1219.9727.11-
YUV126.11135.28140.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.02%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=36.02%
G=28.97%
B=35.01%

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
Decimal14311513900.200.030.44308.5711.1150.59
Hex8F738B01432C135b33
Octal2171632130243544651363
Binary10001111111001110001011010100111011001001101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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