Html Css Color HEX #8F718C Mountbatten Pink

📋 copy color: '#8F718C'

red 143 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #8F718C

Tints of Mountbatten Pink #8F718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 36.11%
G = 28.54%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8F718C (or 0x8F718C) is known color: Mountbatten Pink. HEX triplet: 8F, 71 and 8C. RGB value is (143,113,140). Sum of RGB (Red+Green+Blue) = 143+113+140=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 143 - color contains mainly: red. Hex color #8F718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F718C is #708E73. Grayscale: #7C7C7C. Windows color (decimal): -7376500 or 9204111. OLE color: 9204111.

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

Color convert

RGB 143 113 140 -
CMYK 0 0.21 0.02 0.44
HSL 306º 0.12% 0.5% -
HSV(B) 306º 0.21% 0.56% -
XYZ 21.97 19.54 27.43 -
YUV 125.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 143 113 140 0 0.21 0.02 0.44 306 0.12 0.5
Hex 8F 71 8C 0 15 2 2C 132 C 32
Octal 217 161 214 0 25 2 54 462 14 62
Binary 10001111 1110001 10001100 0 10101 10 101100 100110010 1100 110010

Color Harmonies of #8F718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F718C

Black with #8F718C

Text Example


Text Example

White with #8F718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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