#7E6485

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

Shades of Trendy Pink #7E6485

Tints of Trendy Pink #7E6485

Color information

#7E6485 (or 0x7E6485) is unknown color: approx Trendy Pink. HEX triplet: 7E, 64 and 85. RGB value is (126,100,133). Sum of RGB (Red+Green+Blue) = 126+100+133=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6485 is #819B7A. Grayscale: #6F6F6F. Windows color (decimal): -8493947 or 8742014. OLE color: 8742014.

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

Color convert

RGB126100133-
CMYK0.050.2500.48
HSL287.27º14.16%45.69%-
HSV(B)287.27º24.81%52.16%-
XYZ17.3915.2424.22-
YUV111.54140.11138.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=35.10%
G=27.86%
B=37.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261001330.050.2500.48287.2714.1645.69
Hex7E648551903011fe2e
Octal1761442055310604371656
Binary11111101100100100001011011100101100001000111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,100,133); }

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

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

 a { background-color: rgb(126,100,133); }

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

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

 span { border-color: rgb(126,100,133); }

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