#7457F7

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

Shades of Medium Slate Blue #7457F7

Tints of Medium Slate Blue #7457F7

Color information

#7457F7 (or 0x7457F7) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 57 and F7. RGB value is (116,87,247). Sum of RGB (Red+Green+Blue) = 116+87+247=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #7457F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7457F7 is #8BA808. Grayscale: #717171. Windows color (decimal): -9152521 or 16209780. OLE color: 16209780.

HSL color Cylindrical-coordinate representation of color #7457F7: hue angle of 250.88º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7457F7 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11687247-
CMYK0.530.6500.03
HSL250.88º90.91%65.49%-
HSV(B)250.88º64.78%96.86%-
XYZ27.417.2489.88-
YUV113.91203.11129.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.78%
GREEN value IS 87 (34.38% from 255) = 19.33%
BLUE value IS 247 (96.88% from 255) = 54.89%
R=25.78%
G=19.33%
B=54.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal116872470.530.6500.03250.8890.9165.49
Hex7457F7354103fb5b41
Octal1641273676510103373133101
Binary111010010101111111011111010110000010111111101110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7457F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7457F7; }

 p { color: rgb(116,87,247); }

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

<style>
 a { background-color: #7457F7; }

 a { background-color: rgb(116,87,247); }

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

<style>
 span { border-color: #7457F7; }

 span { border-color: rgb(116,87,247); }

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