#7945F9

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

Shades of Medium Slate Blue #7945F9

Tints of Medium Slate Blue #7945F9

Color information

#7945F9 (or 0x7945F9) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 45 and F9. RGB value is (121,69,249). Sum of RGB (Red+Green+Blue) = 121+69+249=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #7945F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7945F9 is #86BA06. Grayscale: #686868. Windows color (decimal): -8829447 or 16336249. OLE color: 16336249.

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

Color convert

RGB12169249-
CMYK0.510.7200.02
HSL257.33º93.75%62.35%-
HSV(B)257.33º72.29%97.65%-
XYZ27.1115.1691.12-
YUV105.07209.23139.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 249 (97.66% from 255) = 56.72%
R=27.56%
G=15.72%
B=56.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal121692490.510.7200.02257.3393.7562.35
Hex7945F93348021015e3e
Octal171105371631100240113676
Binary111100110001011111100111001110010000101000000011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7945F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,69,249); }

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

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

 a { background-color: rgb(121,69,249); }

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

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

 span { border-color: rgb(121,69,249); }

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