#8D718C

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

Shades of Trendy Pink #8D718C

Tints of Trendy Pink #8D718C

Color information

#8D718C (or 0x8D718C) is unknown color: approx Trendy Pink. HEX triplet: 8D, 71 and 8C. RGB value is (141,113,140). Sum of RGB (Red+Green+Blue) = 141+113+140=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D718C is #728E73. Grayscale: #7C7C7C. Windows color (decimal): -7507572 or 9204109. OLE color: 9204109.

HSL color Cylindrical-coordinate representation of color #8D718C: hue angle of 302.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D718C is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB141113140-
CMYK00.200.010.45
HSL302.14º11.02%49.8%-
HSV(B)302.14º19.86%55.29%-
XYZ21.6219.3727.41-
YUV124.45136.78139.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=35.79%
G=28.68%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111314000.200.010.45302.1411.0249.8
Hex8D718C01412D12eb32
Octal2151612140241554561362
Binary1000110111100011000110001010011011011001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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