#794DE4

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

Shades of Medium Slate Blue #794DE4

Tints of Medium Slate Blue #794DE4

Color information

#794DE4 (or 0x794DE4) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 4D and E4. RGB value is (121,77,228). Sum of RGB (Red+Green+Blue) = 121+77+228=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #794DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DE4 is #86B21B. Grayscale: #6A6A6A. Windows color (decimal): -8827420 or 14962041. OLE color: 14962041.

HSL color Cylindrical-coordinate representation of color #794DE4: hue angle of 257.48º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #794DE4 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12177228-
CMYK0.470.6600.11
HSL257.48º73.66%59.8%-
HSV(B)257.48º66.23%89.41%-
XYZ24.5414.9775-
YUV107.37196.08137.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 77 (30.47% from 255) = 18.08%
BLUE value IS 228 (89.45% from 255) = 53.52%
R=28.40%
G=18.08%
B=53.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal121772280.470.6600.11257.4873.6659.8
Hex794DE42F420B1014a3c
Octal1711153445710201340111274
Binary11110011001101111001001011111000010010111000000011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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