#7541F9

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

Shades of Medium Slate Blue #7541F9

Tints of Medium Slate Blue #7541F9

Color information

#7541F9 (or 0x7541F9) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 41 and F9. RGB value is (117,65,249). Sum of RGB (Red+Green+Blue) = 117+65+249=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #7541F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7541F9 is #8ABE06. Grayscale: #646464. Windows color (decimal): -9092615 or 16335221. OLE color: 16335221.

HSL color Cylindrical-coordinate representation of color #7541F9: hue angle of 256.96º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7541F9 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11765249-
CMYK0.530.7400.02
HSL256.96º93.88%61.57%-
HSV(B)256.96º73.9%97.65%-
XYZ26.3314.491.01-
YUV101.52211.23139.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 249 (97.66% from 255) = 57.77%
R=27.15%
G=15.08%
B=57.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal117652490.530.7400.02256.9693.8861.57
Hex7541F9354A021015e3e
Octal165101371651120240113676
Binary111010110000011111100111010110010100101000000011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7541F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7541F9; }

 p { color: rgb(117,65,249); }

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

<style>
 a { background-color: #7541F9; }

 a { background-color: rgb(117,65,249); }

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

<style>
 span { border-color: #7541F9; }

 span { border-color: rgb(117,65,249); }

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