#7F6487

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

Shades of Trendy Pink #7F6487

Tints of Trendy Pink #7F6487

Color information

#7F6487 (or 0x7F6487) is unknown color: approx Trendy Pink. HEX triplet: 7F, 64 and 87. RGB value is (127,100,135). Sum of RGB (Red+Green+Blue) = 127+100+135=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F6487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6487 is #809B78. Grayscale: #6F6F6F. Windows color (decimal): -8428409 or 8873087. OLE color: 8873087.

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

Color convert

RGB127100135-
CMYK0.060.2600.47
HSL286.29º14.89%46.08%-
HSV(B)286.29º25.93%52.94%-
XYZ17.6815.3824.96-
YUV112.06140.95138.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.08%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=35.08%
G=27.62%
B=37.29%

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
Decimal1271001350.060.2600.47286.2914.8946.08
Hex7F648761A02F11ef2e
Octal1771442076320574361756
Binary11111111100100100001111101101001011111000111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,100,135); }

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

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

 a { background-color: rgb(127,100,135); }

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

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

 span { border-color: rgb(127,100,135); }

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