#7549F8

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

Shades of Medium Slate Blue #7549F8

Tints of Medium Slate Blue #7549F8

Color information

#7549F8 (or 0x7549F8) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 49 and F8. RGB value is (117,73,248). Sum of RGB (Red+Green+Blue) = 117+73+248=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #7549F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7549F8 is #8AB607. Grayscale: #696969. Windows color (decimal): -9090568 or 16271733. OLE color: 16271733.

HSL color Cylindrical-coordinate representation of color #7549F8: hue angle of 255.09º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7549F8 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11773248-
CMYK0.530.7100.03
HSL255.09º92.59%62.94%-
HSV(B)255.09º70.56%97.25%-
XYZ26.6615.3290.36-
YUV106.11208.08135.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 73 (28.91% from 255) = 16.67%
BLUE value IS 248 (97.27% from 255) = 56.62%
R=26.71%
G=16.67%
B=56.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal117732480.530.7100.03255.0992.5962.94
Hex7549F8354703ff5d3f
Octal165111370651070337713577
Binary11101011001001111110001101011000111011111111111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7549F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7549F8; }

 p { color: rgb(117,73,248); }

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

<style>
 a { background-color: #7549F8; }

 a { background-color: rgb(117,73,248); }

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

<style>
 span { border-color: #7549F8; }

 span { border-color: rgb(117,73,248); }

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