#7D6284

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

Shades of Trendy Pink #7D6284

Tints of Trendy Pink #7D6284

Color information

#7D6284 (or 0x7D6284) is unknown color: approx Trendy Pink. HEX triplet: 7D, 62 and 84. RGB value is (125,98,132). Sum of RGB (Red+Green+Blue) = 125+98+132=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D6284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6284 is #829D7B. Grayscale: #6D6D6D. Windows color (decimal): -8559996 or 8675965. OLE color: 8675965.

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

Color convert

RGB12598132-
CMYK0.050.2600.48
HSL287.65º14.78%45.1%-
HSV(B)287.65º25.76%51.76%-
XYZ16.9914.7623.78-
YUV109.95140.45138.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.21%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=35.21%
G=27.61%
B=37.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125981320.050.2600.48287.6514.7845.1
Hex7D628451A030120f2d
Octal1751422045320604401755
Binary11111011100010100001001011101001100001001000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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