#7E5284

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

Shades of Trendy Pink #7E5284

Tints of Trendy Pink #7E5284

Color information

#7E5284 (or 0x7E5284) is unknown color: approx Trendy Pink. HEX triplet: 7E, 52 and 84. RGB value is (126,82,132). Sum of RGB (Red+Green+Blue) = 126+82+132=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E5284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5284 is #81AD7B. Grayscale: #646464. Windows color (decimal): -8498556 or 8671870. OLE color: 8671870.

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

Color convert

RGB12682132-
CMYK0.050.3800.48
HSL292.8º23.36%41.96%-
HSV(B)292.8º37.88%51.76%-
XYZ15.7912.1423.34-
YUV100.86145.58145.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.06%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=37.06%
G=24.12%
B=38.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126821320.050.3800.48292.823.3641.96
Hex7E5284526030125172a
Octal1761222045460604452752
Binary1111110101001010000100101100110011000010010010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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