#7F4FF2

Color #7F4FF2 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7F4FF2

Tints of Medium Slate Blue #7F4FF2

Color information

#7F4FF2 (or 0x7F4FF2) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 4F and F2. RGB value is (127,79,242). Sum of RGB (Red+Green+Blue) = 127+79+242=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #7F4FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F4FF2 is #80B00D. Grayscale: #6F6F6F. Windows color (decimal): -8433678 or 15880063. OLE color: 15880063.

HSL color Cylindrical-coordinate representation of color #7F4FF2: hue angle of 257.67º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F4FF2 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12779242-
CMYK0.480.6700.05
HSL257.67º86.24%62.94%-
HSV(B)257.67º67.36%94.9%-
XYZ27.5816.5185.74-
YUV111.93201.4138.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.35%
GREEN value IS 79 (31.25% from 255) = 17.63%
BLUE value IS 242 (94.92% from 255) = 54.02%
R=28.35%
G=17.63%
B=54.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal127792420.480.6700.05257.6786.2462.94
Hex7F4FF2304305102563f
Octal177117362601030540212677
Binary1111111100111111110010110000100001101011000000101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,79,242); }

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

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

 a { background-color: rgb(127,79,242); }

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

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

 span { border-color: rgb(127,79,242); }

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