#7D5284

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

Shades of Trendy Pink #7D5284

Tints of Trendy Pink #7D5284

Color information

#7D5284 (or 0x7D5284) is unknown color: approx Trendy Pink. HEX triplet: 7D, 52 and 84. RGB value is (125,82,132). Sum of RGB (Red+Green+Blue) = 125+82+132=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D5284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5284 is #82AD7B. Grayscale: #646464. Windows color (decimal): -8564092 or 8671869. OLE color: 8671869.

HSL color Cylindrical-coordinate representation of color #7D5284: hue angle of 291.6º 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 #7D5284 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12582132-
CMYK0.050.3800.48
HSL291.6º23.36%41.96%-
HSV(B)291.6º37.88%51.76%-
XYZ15.6412.0623.33-
YUV100.56145.75145.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=36.87%
G=24.19%
B=38.94%

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
Decimal125821320.050.3800.48291.623.3641.96
Hex7D5284526030124172a
Octal1751222045460604442752
Binary1111101101001010000100101100110011000010010010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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