#8A708D

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

Shades of Trendy Pink #8A708D

Tints of Trendy Pink #8A708D

Color information

#8A708D (or 0x8A708D) is unknown color: approx Trendy Pink. HEX triplet: 8A, 70 and 8D. RGB value is (138,112,141). Sum of RGB (Red+Green+Blue) = 138+112+141=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A708D is #758F72. Grayscale: #7A7A7A. Windows color (decimal): -7704435 or 9269386. OLE color: 9269386.

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

Color convert

RGB138112141-
CMYK0.020.2100.45
HSL293.79º11.46%49.61%-
HSV(B)293.79º20.57%55.29%-
XYZ21.0818.9127.74-
YUV123.08138.11138.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=35.29%
G=28.64%
B=36.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381121410.020.2100.45293.7911.4649.61
Hex8A708D21502D126b32
Octal2121602152250554461362
Binary10001010111000010001101101010101011011001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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