#7F54F1

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

Shades of Medium Slate Blue #7F54F1

Tints of Medium Slate Blue #7F54F1

Color information

#7F54F1 (or 0x7F54F1) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 54 and F1. RGB value is (127,84,241). Sum of RGB (Red+Green+Blue) = 127+84+241=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F54F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F54F1 is #80AB0E. Grayscale: #727272. Windows color (decimal): -8432399 or 15815807. OLE color: 15815807.

HSL color Cylindrical-coordinate representation of color #7F54F1: hue angle of 256.43º 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 #7F54F1 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12784241-
CMYK0.470.6500.05
HSL256.43º84.86%63.73%-
HSV(B)256.43º65.15%94.51%-
XYZ27.817.285.07-
YUV114.76199.25136.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.10%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 241 (94.53% from 255) = 53.32%
R=28.10%
G=18.58%
B=53.32%

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
Decimal127842410.470.6500.05256.4384.8663.73
Hex7F54F12F41051005540
Octal1771243615710105400125100
Binary11111111010100111100011011111000001010110000000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F54F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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