#7C54F9

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

Shades of Medium Slate Blue #7C54F9

Tints of Medium Slate Blue #7C54F9

Color information

#7C54F9 (or 0x7C54F9) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 54 and F9. RGB value is (124,84,249). Sum of RGB (Red+Green+Blue) = 124+84+249=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #7C54F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C54F9 is #83AB06. Grayscale: #727272. Windows color (decimal): -8628999 or 16340092. OLE color: 16340092.

HSL color Cylindrical-coordinate representation of color #7C54F9: hue angle of 254.55º 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 #7C54F9 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12484249-
CMYK0.500.6600.02
HSL254.55º93.22%65.29%-
HSV(B)254.55º66.27%97.65%-
XYZ28.5817.4791.49-
YUV114.77203.75134.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.13%
GREEN value IS 84 (33.20% from 255) = 18.38%
BLUE value IS 249 (97.66% from 255) = 54.49%
R=27.13%
G=18.38%
B=54.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal124842490.500.6600.02254.5593.2265.29
Hex7C54F9324202ff5d41
Octal1741243716210202377135101
Binary111110010101001111100111001010000100101111111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C54F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C54F9; }

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

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

<style>
 a { background-color: #7C54F9; }

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

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

<style>
 span { border-color: #7C54F9; }

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

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