#794AE6

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

Shades of Medium Slate Blue #794AE6

Tints of Medium Slate Blue #794AE6

Color information

#794AE6 (or 0x794AE6) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 4A and E6. RGB value is (121,74,230). Sum of RGB (Red+Green+Blue) = 121+74+230=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #794AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794AE6 is #86B519. Grayscale: #696969. Windows color (decimal): -8828186 or 15092345. OLE color: 15092345.

HSL color Cylindrical-coordinate representation of color #794AE6: hue angle of 258.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #794AE6 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12174230-
CMYK0.470.6800.10
HSL258.08º75.73%59.61%-
HSV(B)258.08º67.83%90.2%-
XYZ24.6214.6876.4-
YUV105.84198.07138.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.47%
GREEN value IS 74 (29.30% from 255) = 17.41%
BLUE value IS 230 (90.23% from 255) = 54.12%
R=28.47%
G=17.41%
B=54.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal121742300.470.6800.10258.0875.7359.61
Hex794AE62F440A1024c3c
Octal1711123465710401240211474
Binary11110011001010111001101011111000100010101000000101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,74,230); }

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

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

 a { background-color: rgb(121,74,230); }

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

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

 span { border-color: rgb(121,74,230); }

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