Html Css Color HEX #794EE6 Medium Slate Blue

📋 copy color: '#794EE6'

red 121 ◦ green 78 ◦ blue 230

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

Shades of Medium Slate Blue #794EE6

Tints of Medium Slate Blue #794EE6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.18%

 BLUE value IS 230 (90.23% from 255) = 53.61%

R = 28.21%
G = 18.18%
B = 53.61%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#794EE6 (or 0x794EE6) is known color: Medium Slate Blue. HEX triplet: 79, 4E and E6. RGB value is (121,78,230). Sum of RGB (Red+Green+Blue) = 121+78+230=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #794EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794EE6 is #86B119. Grayscale: #6B6B6B. Windows color (decimal): -8827162 or 15093369. OLE color: 15093369.

HSL color Cylindrical-coordinate representation of color #794EE6: hue angle of 256.97º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #794EE6 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 121 78 230 -
CMYK 0.47 0.66 0 0.10
HSL 256.97º 0.75% 0.6% -
HSV(B) 256.97º 0.66% 0.9% -
XYZ 24.89 15.23 76.49 -
YUV 108.19 196.75 137.14 -
System Red Green Blue C M Y K H S L
Decimal 121 78 230 0.47 0.66 0 0.10 256.97 0.75 0.6
Hex 79 4E E6 2F 42 0 A 101 4B 3C
Octal 171 116 346 57 102 0 12 401 113 74
Binary 1111001 1001110 11100110 101111 1000010 0 1010 100000001 1001011 111100

Color Harmonies of #794EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EE6

Black with #794EE6

Text Example


Text Example

White with #794EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,78,230); }

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

background-color css

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

 a { background-color: rgb(121,78,230); }

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

border-color css

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

 span { border-color: rgb(121,78,230); }

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