#8C718D

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

Shades of Trendy Pink #8C718D

Tints of Trendy Pink #8C718D

Color information

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

HSL color Cylindrical-coordinate representation of color #8C718D: hue angle of 297.86º 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 #8C718D is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB140113141-
CMYK0.010.2000.45
HSL297.86º11.02%49.8%-
HSV(B)297.86º19.86%55.29%-
XYZ21.5319.3127.79-
YUV124.26137.45139.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401131410.010.2000.45297.8611.0249.8
Hex8C718D11402D12ab32
Octal2141612151240554521362
Binary1000110011100011000110111010001011011001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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