#8A718D

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

Shades of Trendy Pink #8A718D

Tints of Trendy Pink #8A718D

Color information

#8A718D (or 0x8A718D) is unknown color: approx Trendy Pink. HEX triplet: 8A, 71 and 8D. RGB value is (138,113,141). Sum of RGB (Red+Green+Blue) = 138+113+141=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A718D is #758E72. Grayscale: #7B7B7B. Windows color (decimal): -7704179 or 9269642. OLE color: 9269642.

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

Color convert

RGB138113141-
CMYK0.020.2000.45
HSL293.57º11.02%49.8%-
HSV(B)293.57º19.86%55.29%-
XYZ21.1919.1427.78-
YUV123.67137.78138.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=35.20%
G=28.83%
B=35.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381131410.020.2000.45293.5711.0249.8
Hex8A718D21402D126b32
Octal2121612152240554461362
Binary10001010111000110001101101010001011011001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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