Html Css Color HEX #794AEA Medium Slate Blue

📋 copy color: '#794AEA'

red 121 ◦ green 74 ◦ blue 234

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

Shades of Medium Slate Blue #794AEA

Tints of Medium Slate Blue #794AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.55%

R = 28.21%
G = 17.25%
B = 54.55%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#794AEA (or 0x794AEA) is known color: Medium Slate Blue. HEX triplet: 79, 4A and EA. RGB value is (121,74,234). Sum of RGB (Red+Green+Blue) = 121+74+234=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #794AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794AEA is #86B515. Grayscale: #696969. Windows color (decimal): -8828182 or 15354489. OLE color: 15354489.

HSL color Cylindrical-coordinate representation of color #794AEA: hue angle of 257.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #794AEA is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 74 234 -
CMYK 0.48 0.68 0 0.08
HSL 257.63º 0.79% 0.6% -
HSV(B) 257.63º 0.68% 0.92% -
XYZ 25.19 14.9 79.39 -
YUV 106.29 200.07 138.49 -
System Red Green Blue C M Y K H S L
Decimal 121 74 234 0.48 0.68 0 0.08 257.63 0.79 0.6
Hex 79 4A EA 30 44 0 8 102 4F 3C
Octal 171 112 352 60 104 0 10 402 117 74
Binary 1111001 1001010 11101010 110000 1000100 0 1000 100000010 1001111 111100

Color Harmonies of #794AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AEA

Black with #794AEA

Text Example


Text Example

White with #794AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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