#7F6284

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

Shades of Trendy Pink #7F6284

Tints of Trendy Pink #7F6284

Color information

#7F6284 (or 0x7F6284) is unknown color: approx Trendy Pink. HEX triplet: 7F, 62 and 84. RGB value is (127,98,132). Sum of RGB (Red+Green+Blue) = 127+98+132=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F6284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6284 is #809D7B. Grayscale: #6E6E6E. Windows color (decimal): -8428924 or 8675967. OLE color: 8675967.

HSL color Cylindrical-coordinate representation of color #7F6284: hue angle of 291.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F6284 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12798132-
CMYK0.040.2600.48
HSL291.18º14.78%45.1%-
HSV(B)291.18º25.76%51.76%-
XYZ17.2814.9123.8-
YUV110.55140.11139.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.57%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=35.57%
G=27.45%
B=36.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127981320.040.2600.48291.1814.7845.1
Hex7F628441A030123f2d
Octal1771422044320604431755
Binary11111111100010100001001001101001100001001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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