Html Css Color HEX #794AFF Medium Slate Blue

📋 copy color: '#794AFF'

red 121 ◦ green 74 ◦ blue 255

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

Shades of Medium Slate Blue #794AFF

Tints of Medium Slate Blue #794AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 26.89%
G = 16.44%
B = 56.67%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#794AFF (or 0x794AFF) is known color: Medium Slate Blue. HEX triplet: 79, 4A and FF. RGB value is (121,74,255). Sum of RGB (Red+Green+Blue) = 121+74+255=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #794AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794AFF is #86B500. Grayscale: #6C6C6C. Windows color (decimal): -8828161 or 16730745. OLE color: 16730745.

HSL color Cylindrical-coordinate representation of color #794AFF: hue angle of 255.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #794AFF is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 74 255 -
CMYK 0.53 0.71 0 0
HSL 255.58º 1% 0.65% -
HSV(B) 255.58º 0.71% 1% -
XYZ 28.38 16.18 96.24 -
YUV 108.69 210.57 136.78 -
System Red Green Blue C M Y K H S L
Decimal 121 74 255 0.53 0.71 0 0 255.58 1 0.65
Hex 79 4A FF 35 47 0 0 100 64 41
Octal 171 112 377 65 107 0 0 400 144 101
Binary 1111001 1001010 11111111 110101 1000111 0 0 100000000 1100100 1000001

Color Harmonies of #794AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AFF

Black with #794AFF

Text Example


Text Example

White with #794AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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