Html Css Color HEX #8F708B Mountbatten Pink

📋 copy color: '#8F708B'

red 143 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #8F708B

Tints of Mountbatten Pink #8F708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

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

R = 36.29%
G = 28.43%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F708B (or 0x8F708B) is known color: Mountbatten Pink. HEX triplet: 8F, 70 and 8B. RGB value is (143,112,139). Sum of RGB (Red+Green+Blue) = 143+112+139=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 143 - color contains mainly: red. Hex color #8F708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F708B is #708F74. Grayscale: #7C7C7C. Windows color (decimal): -7376757 or 9138319. OLE color: 9138319.

HSL color Cylindrical-coordinate representation of color #8F708B: hue angle of 307.74º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F708B is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 112 139 -
CMYK 0 0.22 0.03 0.44
HSL 307.74º 0.12% 0.5% -
HSV(B) 307.74º 0.22% 0.56% -
XYZ 21.78 19.29 27 -
YUV 124.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 143 112 139 0 0.22 0.03 0.44 307.74 0.12 0.5
Hex 8F 70 8B 0 16 3 2C 134 C 32
Octal 217 160 213 0 26 3 54 464 14 62
Binary 10001111 1110000 10001011 0 10110 11 101100 100110100 1100 110010

Color Harmonies of #8F708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F708B

Black with #8F708B

Text Example


Text Example

White with #8F708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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