#7F6286

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

Shades of Trendy Pink #7F6286

Tints of Trendy Pink #7F6286

Color information

#7F6286 (or 0x7F6286) is unknown color: approx Trendy Pink. HEX triplet: 7F, 62 and 86. RGB value is (127,98,134). Sum of RGB (Red+Green+Blue) = 127+98+134=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 98 (38.67% from 255 or 27.30% 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 #7F6286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6286 is #809D79. Grayscale: #6E6E6E. Windows color (decimal): -8428922 or 8807039. OLE color: 8807039.

HSL color Cylindrical-coordinate representation of color #7F6286: hue angle of 288.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F6286 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12798134-
CMYK0.050.2700.47
HSL288.33º15.52%45.49%-
HSV(B)288.33º26.87%52.55%-
XYZ17.4214.9724.53-
YUV110.78141.11139.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.38%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=35.38%
G=27.30%
B=37.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127981340.050.2700.47288.3315.5245.49
Hex7F628651B02F120102d
Octal1771422065330574402055
Binary111111111000101000011010111011010111110010000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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