#7E6883

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

Shades of Trendy Pink #7E6883

Tints of Trendy Pink #7E6883

Color information

#7E6883 (or 0x7E6883) is unknown color: approx Trendy Pink. HEX triplet: 7E, 68 and 83. RGB value is (126,104,131). Sum of RGB (Red+Green+Blue) = 126+104+131=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 131 - color contains mainly: blue. Hex color #7E6883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6883 is #81977C. Grayscale: #717171. Windows color (decimal): -8492925 or 8611966. OLE color: 8611966.

HSL color Cylindrical-coordinate representation of color #7E6883: hue angle of 288.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E6883 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB126104131-
CMYK0.040.2100.49
HSL288.89º11.49%46.08%-
HSV(B)288.89º20.61%51.37%-
XYZ17.6515.9723.63-
YUV113.66137.79136.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 131 (51.56% from 255) = 36.29%
R=34.90%
G=28.81%
B=36.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261041310.040.2100.49288.8911.4946.08
Hex7E6883415031121b2e
Octal1761502034250614411356
Binary11111101101000100000111001010101100011001000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,104,131); }

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

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

 a { background-color: rgb(126,104,131); }

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

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

 span { border-color: rgb(126,104,131); }

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