#7F52F1

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

Shades of Medium Slate Blue #7F52F1

Tints of Medium Slate Blue #7F52F1

Color information

#7F52F1 (or 0x7F52F1) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 52 and F1. RGB value is (127,82,241). Sum of RGB (Red+Green+Blue) = 127+82+241=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F52F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F52F1 is #80AD0E. Grayscale: #707070. Windows color (decimal): -8432911 or 15815295. OLE color: 15815295.

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

Color convert

RGB12782241-
CMYK0.470.6600.05
HSL256.98º85.03%63.33%-
HSV(B)256.98º65.98%94.51%-
XYZ27.6516.985.02-
YUV113.58199.91137.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.22%
GREEN value IS 82 (32.42% from 255) = 18.22%
BLUE value IS 241 (94.53% from 255) = 53.56%
R=28.22%
G=18.22%
B=53.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal127822410.470.6600.05256.9885.0363.33
Hex7F52F12F4205101553f
Octal177122361571020540112577
Binary1111111101001011110001101111100001001011000000011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F52F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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