#7E487D

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

Shades of Trendy Pink #7E487D

Tints of Trendy Pink #7E487D

Color information

#7E487D (or 0x7E487D) is unknown color: approx Trendy Pink. HEX triplet: 7E, 48 and 7D. RGB value is (126,72,125). Sum of RGB (Red+Green+Blue) = 126+72+125=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 126 - color contains mainly: red. Hex color #7E487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E487D is #81B782. Grayscale: #5E5E5E. Windows color (decimal): -8501123 or 8210558. OLE color: 8210558.

HSL color Cylindrical-coordinate representation of color #7E487D: hue angle of 301.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E487D is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB12672125-
CMYK00.430.010.51
HSL301.11º27.27%38.82%-
HSV(B)301.11º42.86%49.41%-
XYZ14.6210.5520.67-
YUV94.19145.39150.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.01%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=39.01%
G=22.29%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1267212500.430.010.51301.1127.2738.82
Hex7E487D02B13312d1b27
Octal1761101750531634553347
Binary1111110100100011111010101011111001110010110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E487D; }

 p { color: rgb(126,72,125); }

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

<style>
 a { background-color: #7E487D; }

 a { background-color: rgb(126,72,125); }

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

<style>
 span { border-color: #7E487D; }

 span { border-color: rgb(126,72,125); }

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