#8A738D

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

Shades of Trendy Pink #8A738D

Tints of Trendy Pink #8A738D

Color information

#8A738D (or 0x8A738D) is unknown color: approx Trendy Pink. HEX triplet: 8A, 73 and 8D. RGB value is (138,115,141). Sum of RGB (Red+Green+Blue) = 138+115+141=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A738D is #758C72. Grayscale: #7C7C7C. Windows color (decimal): -7703667 or 9270154. OLE color: 9270154.

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

Color convert

RGB138115141-
CMYK0.020.1800.45
HSL293.08º10.24%50.2%-
HSV(B)293.08º18.44%55.29%-
XYZ21.4219.5927.85-
YUV124.84137.12137.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=35.03%
G=29.19%
B=35.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381151410.020.1800.45293.0810.2450.2
Hex8A738D21202D125a32
Octal2121632152220554451262
Binary10001010111001110001101101001001011011001001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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