#7E6386

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

Shades of Trendy Pink #7E6386

Tints of Trendy Pink #7E6386

Color information

#7E6386 (or 0x7E6386) is unknown color: approx Trendy Pink. HEX triplet: 7E, 63 and 86. RGB value is (126,99,134). Sum of RGB (Red+Green+Blue) = 126+99+134=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E6386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6386 is #819C79. Grayscale: #6E6E6E. Windows color (decimal): -8494202 or 8807294. OLE color: 8807294.

HSL color Cylindrical-coordinate representation of color #7E6386: hue angle of 286.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E6386 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12699134-
CMYK0.060.2600.47
HSL286.29º15.02%45.69%-
HSV(B)286.29º26.12%52.55%-
XYZ17.3715.0824.55-
YUV111.06140.95138.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=35.10%
G=27.58%
B=37.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126991340.060.2600.47286.2915.0245.69
Hex7E638661A02F11ef2e
Octal1761432066320574361756
Binary11111101100011100001101101101001011111000111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,99,134); }

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

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

 a { background-color: rgb(126,99,134); }

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

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

 span { border-color: rgb(126,99,134); }

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