Html Css Color HEX #8F708A Mountbatten Pink

📋 copy color: '#8F708A'

red 143 ◦ green 112 ◦ blue 138

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

Shades of Mountbatten Pink #8F708A

Tints of Mountbatten Pink #8F708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 36.39%
G = 28.5%
B = 35.11%

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

#8F708A (or 0x8F708A) is known color: Mountbatten Pink. HEX triplet: 8F, 70 and 8A. RGB value is (143,112,138). Sum of RGB (Red+Green+Blue) = 143+112+138=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 143 - color contains mainly: red. Hex color #8F708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F708A is #708F75. Grayscale: #7C7C7C. Windows color (decimal): -7376758 or 9072783. OLE color: 9072783.

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

Color convert

RGB 143 112 138 -
CMYK 0 0.22 0.03 0.44
HSL 309.68º 0.12% 0.5% -
HSV(B) 309.68º 0.22% 0.56% -
XYZ 21.71 19.26 26.62 -
YUV 124.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 143 112 138 0 0.22 0.03 0.44 309.68 0.12 0.5
Hex 8F 70 8A 0 16 3 2C 136 C 32
Octal 217 160 212 0 26 3 54 466 14 62
Binary 10001111 1110000 10001010 0 10110 11 101100 100110110 1100 110010

Color Harmonies of #8F708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F708A

Black with #8F708A

Text Example


Text Example

White with #8F708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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