#8B718D

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

Shades of Trendy Pink #8B718D

Tints of Trendy Pink #8B718D

Color information

#8B718D (or 0x8B718D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 71 and 8D. RGB value is (139,113,141). Sum of RGB (Red+Green+Blue) = 139+113+141=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B718D is #748E72. Grayscale: #7B7B7B. Windows color (decimal): -7638643 or 9269643. OLE color: 9269643.

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

Color convert

RGB139113141-
CMYK0.010.2000.45
HSL295.71º11.02%49.8%-
HSV(B)295.71º19.86%55.29%-
XYZ21.3619.2227.78-
YUV123.97137.61138.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=35.37%
G=28.75%
B=35.88%

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
Decimal1391131410.010.2000.45295.7111.0249.8
Hex8B718D11402D128b32
Octal2131612151240554501362
Binary1000101111100011000110111010001011011001010001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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