#7F6386

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

Shades of Trendy Pink #7F6386

Tints of Trendy Pink #7F6386

Color information

#7F6386 (or 0x7F6386) is unknown color: approx Trendy Pink. HEX triplet: 7F, 63 and 86. RGB value is (127,99,134). Sum of RGB (Red+Green+Blue) = 127+99+134=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F6386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6386 is #809C79. Grayscale: #6F6F6F. Windows color (decimal): -8428666 or 8807295. OLE color: 8807295.

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

Color convert

RGB12799134-
CMYK0.050.2600.47
HSL288º15.02%45.69%-
HSV(B)288º26.12%52.55%-
XYZ17.5215.1624.56-
YUV111.36140.78139.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=35.28%
G=27.5%
B=37.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127991340.050.2600.4728815.0245.69
Hex7F638651A02F120f2e
Octal1771432065320574401756
Binary11111111100011100001101011101001011111001000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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