#7450F7

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

Shades of Medium Slate Blue #7450F7

Tints of Medium Slate Blue #7450F7

Color information

#7450F7 (or 0x7450F7) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 50 and F7. RGB value is (116,80,247). Sum of RGB (Red+Green+Blue) = 116+80+247=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #7450F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7450F7 is #8BAF08. Grayscale: #6D6D6D. Windows color (decimal): -9154313 or 16207988. OLE color: 16207988.

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

Color convert

RGB11680247-
CMYK0.530.6800.03
HSL252.93º91.26%64.12%-
HSV(B)252.93º67.61%96.86%-
XYZ26.8616.1789.7-
YUV109.8205.43132.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.19%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 247 (96.88% from 255) = 55.76%
R=26.19%
G=18.06%
B=55.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal116802470.530.6800.03252.9391.2664.12
Hex7450F7354403fd5b40
Octal1641203676510403375133100
Binary111010010100001111011111010110001000111111110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7450F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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