#7554F9

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

Shades of Medium Slate Blue #7554F9

Tints of Medium Slate Blue #7554F9

Color information

#7554F9 (or 0x7554F9) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 54 and F9. RGB value is (117,84,249). Sum of RGB (Red+Green+Blue) = 117+84+249=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #7554F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7554F9 is #8AAB06. Grayscale: #707070. Windows color (decimal): -9087751 or 16340085. OLE color: 16340085.

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

Color convert

RGB11784249-
CMYK0.530.6600.02
HSL252º93.22%65.29%-
HSV(B)252º66.27%97.65%-
XYZ27.6116.9691.44-
YUV112.68204.93131.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 84 (33.20% from 255) = 18.67%
BLUE value IS 249 (97.66% from 255) = 55.33%
R=26%
G=18.67%
B=55.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal117842490.530.6600.0225293.2265.29
Hex7554F9354202fc5d41
Octal1651243716510202374135101
Binary111010110101001111100111010110000100101111110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7554F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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