#794AFD

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

Shades of Medium Slate Blue #794AFD

Tints of Medium Slate Blue #794AFD

Color information

#794AFD (or 0x794AFD) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 4A and FD. RGB value is (121,74,253). Sum of RGB (Red+Green+Blue) = 121+74+253=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #794AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794AFD is #86B502. Grayscale: #6B6B6B. Windows color (decimal): -8828163 or 16599673. OLE color: 16599673.

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

Color convert

RGB12174253-
CMYK0.520.7100.01
HSL255.75º97.81%64.12%-
HSV(B)255.75º70.75%99.22%-
XYZ28.0616.0594.55-
YUV108.46209.57136.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.01%
GREEN value IS 74 (29.30% from 255) = 16.52%
BLUE value IS 253 (99.22% from 255) = 56.47%
R=27.01%
G=16.52%
B=56.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal121742530.520.7100.01255.7597.8164.12
Hex794AFD3447011006240
Octal1711123756410701400142100
Binary111100110010101111110111010010001110110000000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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