#8F728E

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

Shades of Trendy Pink #8F728E

Tints of Trendy Pink #8F728E

Color information

#8F728E (or 0x8F728E) is unknown color: approx Trendy Pink. HEX triplet: 8F, 72 and 8E. RGB value is (143,114,142). Sum of RGB (Red+Green+Blue) = 143+114+142=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 143 - color contains mainly: red. Hex color #8F728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F728E is #708D71. Grayscale: #7D7D7D. Windows color (decimal): -7376242 or 9335439. OLE color: 9335439.

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

Color convert

RGB143114142-
CMYK00.200.010.44
HSL302.07º11.46%50.39%-
HSV(B)302.07º20.28%56.08%-
XYZ22.2319.8328.25-
YUV125.86137.11140.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=35.84%
G=28.57%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311414200.200.010.44302.0711.4650.39
Hex8F728E01412C12eb32
Octal2171622160241544561362
Binary1000111111100101000111001010011011001001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,142); }

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

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

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

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

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

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

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