#794FF4

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

Shades of Medium Slate Blue #794FF4

Tints of Medium Slate Blue #794FF4

Color information

#794FF4 (or 0x794FF4) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 4F and F4. RGB value is (121,79,244). Sum of RGB (Red+Green+Blue) = 121+79+244=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 244 (95.70% from 255 or 54.95% from 444); Max value from RGB is 244 - color contains mainly: blue. Hex color #794FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794FF4 is #86B00B. Grayscale: #6D6D6D. Windows color (decimal): -8826892 or 16011129. OLE color: 16011129.

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

Color convert

RGB12179244-
CMYK0.500.6800.04
HSL255.27º88.24%63.33%-
HSV(B)255.27º67.62%95.69%-
XYZ27.0116.1987.29-
YUV110.37203.41135.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.25%
GREEN value IS 79 (31.25% from 255) = 17.79%
BLUE value IS 244 (95.70% from 255) = 54.95%
R=27.25%
G=17.79%
B=54.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal121792440.500.6800.04255.2788.2463.33
Hex794FF4324404ff583f
Octal171117364621040437713077
Binary111100110011111111010011001010001000100111111111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,79,244); }

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

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

 a { background-color: rgb(121,79,244); }

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

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

 span { border-color: rgb(121,79,244); }

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