Html Css Color HEX #8F718B Mountbatten Pink

📋 copy color: '#8F718B'

red 143 ◦ green 113 ◦ blue 139

#8F718B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #8F718B

Tints of Mountbatten Pink #8F718B

RGB

 RED value IS 143 (56.25% from 255) = 36.2%

 GREEN value IS 113 (44.53% from 255) = 28.61%

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 36.2%
G = 28.61%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F718B (or 0x8F718B) is known color: Mountbatten Pink. HEX triplet: 8F, 71 and 8B. RGB value is (143,113,139). Sum of RGB (Red+Green+Blue) = 143+113+139=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 143 - color contains mainly: red. Hex color #8F718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F718B is #708E74. Grayscale: #7C7C7C. Windows color (decimal): -7376501 or 9138575. OLE color: 9138575.

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

Color convert

RGB 143 113 139 -
CMYK 0 0.21 0.03 0.44
HSL 308º 0.12% 0.5% -
HSV(B) 308º 0.21% 0.56% -
XYZ 21.89 19.51 27.04 -
YUV 124.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 143 113 139 0 0.21 0.03 0.44 308 0.12 0.5
Hex 8F 71 8B 0 15 3 2C 134 C 32
Octal 217 161 213 0 25 3 54 464 14 62
Binary 10001111 1110001 10001011 0 10101 11 101100 100110100 1100 110010

Color Harmonies of #8F718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F718B

Black with #8F718B

Text Example


Text Example

White with #8F718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F718B;
 }
 .AnyTagClassName
 {
   color: #8F718B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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