#7F55F1

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

Shades of Medium Slate Blue #7F55F1

Tints of Medium Slate Blue #7F55F1

Color information

#7F55F1 (or 0x7F55F1) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 55 and F1. RGB value is (127,85,241). Sum of RGB (Red+Green+Blue) = 127+85+241=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F55F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F55F1 is #80AA0E. Grayscale: #727272. Windows color (decimal): -8432143 or 15816063. OLE color: 15816063.

HSL color Cylindrical-coordinate representation of color #7F55F1: hue angle of 256.15º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F55F1 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12785241-
CMYK0.470.6500.05
HSL256.15º84.78%63.92%-
HSV(B)256.15º64.73%94.51%-
XYZ27.8817.3685.1-
YUV115.34198.91136.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.04%
GREEN value IS 85 (33.59% from 255) = 18.76%
BLUE value IS 241 (94.53% from 255) = 53.20%
R=28.04%
G=18.76%
B=53.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal127852410.470.6500.05256.1584.7863.92
Hex7F55F12F41051005540
Octal1771253615710105400125100
Binary11111111010101111100011011111000001010110000000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F55F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,85,241); }

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

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

 a { background-color: rgb(127,85,241); }

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

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

 span { border-color: rgb(127,85,241); }

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