#8D728D

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

Shades of Trendy Pink #8D728D

Tints of Trendy Pink #8D728D

Color information

#8D728D (or 0x8D728D) is unknown color: approx Trendy Pink. HEX triplet: 8D, 72 and 8D. RGB value is (141,114,141). Sum of RGB (Red+Green+Blue) = 141+114+141=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D728D is #728D72. Grayscale: #7D7D7D. Windows color (decimal): -7507315 or 9269901. OLE color: 9269901.

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

Color convert

RGB141114141-
CMYK00.1900.45
HSL300º10.59%50%-
HSV(B)300º19.15%55.29%-
XYZ21.8119.6227.84-
YUV125.15136.95139.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.61%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=35.61%
G=28.79%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111414100.1900.4530010.5950
Hex8D728D01302D12cb32
Octal2151622150230554541362
Binary1000110111100101000110101001101011011001011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,114,141); }

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

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

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

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

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

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

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