#794DFF

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

Shades of Medium Slate Blue #794DFF

Tints of Medium Slate Blue #794DFF

Color information

#794DFF (or 0x794DFF) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 4D and FF. RGB value is (121,77,255). Sum of RGB (Red+Green+Blue) = 121+77+255=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #794DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794DFF is #86B200. Grayscale: #6D6D6D. Windows color (decimal): -8827393 or 16731513. OLE color: 16731513.

HSL color Cylindrical-coordinate representation of color #794DFF: hue angle of 254.83º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #794DFF is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12177255-
CMYK0.530.7000
HSL254.83º100%65.1%-
HSV(B)254.83º69.8%100%-
XYZ28.5916.5996.3-
YUV110.45209.58135.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.71%
GREEN value IS 77 (30.47% from 255) = 17.00%
BLUE value IS 255 (100% from 255) = 56.29%
R=26.71%
G=17.00%
B=56.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal121772550.530.7000254.8310065.1
Hex794DFF354600ff6441
Octal1711153776510600377144101
Binary11110011001101111111111101011000110001111111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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