Html Css Color HEX #794AF9 Medium Slate Blue

📋 copy color: '#794AF9'

red 121 ◦ green 74 ◦ blue 249

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

Shades of Medium Slate Blue #794AF9

Tints of Medium Slate Blue #794AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.08%

R = 27.25%
G = 16.67%
B = 56.08%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#794AF9 (or 0x794AF9) is known color: Medium Slate Blue. HEX triplet: 79, 4A and F9. RGB value is (121,74,249). Sum of RGB (Red+Green+Blue) = 121+74+249=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #794AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794AF9 is #86B506. Grayscale: #6B6B6B. Windows color (decimal): -8828167 or 16337529. OLE color: 16337529.

HSL color Cylindrical-coordinate representation of color #794AF9: hue angle of 256.11º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #794AF9 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 74 249 -
CMYK 0.51 0.70 0 0.02
HSL 256.11º 0.94% 0.63% -
HSV(B) 256.11º 0.7% 0.98% -
XYZ 27.43 15.8 91.23 -
YUV 108 207.57 137.27 -
System Red Green Blue C M Y K H S L
Decimal 121 74 249 0.51 0.70 0 0.02 256.11 0.94 0.63
Hex 79 4A F9 33 46 0 2 100 5E 3F
Octal 171 112 371 63 106 0 2 400 136 77
Binary 1111001 1001010 11111001 110011 1000110 0 10 100000000 1011110 111111

Color Harmonies of #794AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AF9

Black with #794AF9

Text Example


Text Example

White with #794AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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