#7E5884

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

Shades of Trendy Pink #7E5884

Tints of Trendy Pink #7E5884

Color information

#7E5884 (or 0x7E5884) is unknown color: approx Trendy Pink. HEX triplet: 7E, 58 and 84. RGB value is (126,88,132). Sum of RGB (Red+Green+Blue) = 126+88+132=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E5884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5884 is #81A77B. Grayscale: #686868. Windows color (decimal): -8497020 or 8673406. OLE color: 8673406.

HSL color Cylindrical-coordinate representation of color #7E5884: hue angle of 291.82º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E5884 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12688132-
CMYK0.050.3300.48
HSL291.82º20%43.14%-
HSV(B)291.82º33.33%51.76%-
XYZ16.2613.0823.5-
YUV104.38143.59143.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.42%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=36.42%
G=25.43%
B=38.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126881320.050.3300.48291.822043.14
Hex7E5884521030124142b
Octal1761302045410604442453
Binary1111110101100010000100101100001011000010010010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,88,132); }

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

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

 a { background-color: rgb(126,88,132); }

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

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

 span { border-color: rgb(126,88,132); }

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