#794EF2

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

Shades of Medium Slate Blue #794EF2

Tints of Medium Slate Blue #794EF2

Color information

#794EF2 (or 0x794EF2) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 4E and F2. RGB value is (121,78,242). Sum of RGB (Red+Green+Blue) = 121+78+242=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #794EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794EF2 is #86B10D. Grayscale: #6C6C6C. Windows color (decimal): -8827150 or 15879801. OLE color: 15879801.

HSL color Cylindrical-coordinate representation of color #794EF2: hue angle of 255.73º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #794EF2 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12178242-
CMYK0.500.6800.05
HSL255.73º86.32%62.75%-
HSV(B)255.73º67.77%94.9%-
XYZ26.6415.9285.67-
YUV109.55202.75136.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 242 (94.92% from 255) = 54.88%
R=27.44%
G=17.69%
B=54.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal121782420.500.6800.05255.7386.3262.75
Hex794EF2324405100563f
Octal171116362621040540012677
Binary1111001100111011110010110010100010001011000000001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794EF2; }

 p { color: rgb(121,78,242); }

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

<style>
 a { background-color: #794EF2; }

 a { background-color: rgb(121,78,242); }

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

<style>
 span { border-color: #794EF2; }

 span { border-color: rgb(121,78,242); }

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