#794DFB

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

Shades of Medium Slate Blue #794DFB

Tints of Medium Slate Blue #794DFB

Color information

#794DFB (or 0x794DFB) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 4D and FB. RGB value is (121,77,251). Sum of RGB (Red+Green+Blue) = 121+77+251=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #794DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794DFB is #86B204. Grayscale: #6D6D6D. Windows color (decimal): -8827397 or 16469369. OLE color: 16469369.

HSL color Cylindrical-coordinate representation of color #794DFB: hue angle of 255.17º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794DFB is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12177251-
CMYK0.520.6900.02
HSL255.17º95.6%64.31%-
HSV(B)255.17º69.32%98.43%-
XYZ27.9516.3492.95-
YUV109.99207.58135.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.95%
GREEN value IS 77 (30.47% from 255) = 17.15%
BLUE value IS 251 (98.44% from 255) = 55.90%
R=26.95%
G=17.15%
B=55.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal121772510.520.6900.02255.1795.664.31
Hex794DFB344502ff6040
Octal1711153736410502377140100
Binary111100110011011111101111010010001010101111111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,77,251); }

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

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

 a { background-color: rgb(121,77,251); }

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

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

 span { border-color: rgb(121,77,251); }

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