Html Css Color HEX #794AE4 Medium Slate Blue

📋 copy color: '#794AE4'

red 121 ◦ green 74 ◦ blue 228

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

Shades of Medium Slate Blue #794AE4

Tints of Medium Slate Blue #794AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.9%

R = 28.61%
G = 17.49%
B = 53.9%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#794AE4 (or 0x794AE4) is known color: Medium Slate Blue. HEX triplet: 79, 4A and E4. RGB value is (121,74,228). Sum of RGB (Red+Green+Blue) = 121+74+228=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #794AE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794AE4 is #86B51B. Grayscale: #696969. Windows color (decimal): -8828188 or 14961273. OLE color: 14961273.

HSL color Cylindrical-coordinate representation of color #794AE4: hue angle of 258.31º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #794AE4 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 121 74 228 -
CMYK 0.47 0.68 0 0.11
HSL 258.31º 0.74% 0.59% -
HSV(B) 258.31º 0.68% 0.89% -
XYZ 24.34 14.56 74.93 -
YUV 105.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 121 74 228 0.47 0.68 0 0.11 258.31 0.74 0.59
Hex 79 4A E4 2F 44 0 B 102 4A 3B
Octal 171 112 344 57 104 0 13 402 112 73
Binary 1111001 1001010 11100100 101111 1000100 0 1011 100000010 1001010 111011

Color Harmonies of #794AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AE4

Black with #794AE4

Text Example


Text Example

White with #794AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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