Html Css Color HEX #794AF0 Medium Slate Blue

📋 copy color: '#794AF0'

red 121 ◦ green 74 ◦ blue 240

#794AF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #794AF0

Tints of Medium Slate Blue #794AF0

RGB

 RED value IS 121 (47.66% from 255) = 27.82%

 GREEN value IS 74 (29.3% from 255) = 17.01%

 BLUE value IS 240 (94.14% from 255) = 55.17%

R = 27.82%
G = 17.01%
B = 55.17%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#794AF0 (or 0x794AF0) is known color: Medium Slate Blue. HEX triplet: 79, 4A and F0. RGB value is (121,74,240). Sum of RGB (Red+Green+Blue) = 121+74+240=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #794AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794AF0 is #86B50F. Grayscale: #6A6A6A. Windows color (decimal): -8828176 or 15747705. OLE color: 15747705.

HSL color Cylindrical-coordinate representation of color #794AF0: hue angle of 256.99º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794AF0 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 74 240 -
CMYK 0.50 0.69 0 0.06
HSL 256.99º 0.85% 0.62% -
HSV(B) 256.99º 0.69% 0.94% -
XYZ 26.06 15.25 84.01 -
YUV 106.98 203.07 138 -
System Red Green Blue C M Y K H S L
Decimal 121 74 240 0.50 0.69 0 0.06 256.99 0.85 0.62
Hex 79 4A F0 32 45 0 6 101 55 3E
Octal 171 112 360 62 105 0 6 401 125 76
Binary 1111001 1001010 11110000 110010 1000101 0 110 100000001 1010101 111110

Color Harmonies of #794AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AF0

Black with #794AF0

Text Example


Text Example

White with #794AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #794AF0;
 }
 .AnyTagClassName
 {
   color: #794AF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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