Html Css Color HEX #794AEE Medium Slate Blue

📋 copy color: '#794AEE'

red 121 ◦ green 74 ◦ blue 238

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

Shades of Medium Slate Blue #794AEE

Tints of Medium Slate Blue #794AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.97%

R = 27.94%
G = 17.09%
B = 54.97%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#794AEE (or 0x794AEE) is known color: Medium Slate Blue. HEX triplet: 79, 4A and EE. RGB value is (121,74,238). Sum of RGB (Red+Green+Blue) = 121+74+238=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #794AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794AEE is #86B511. Grayscale: #6A6A6A. Windows color (decimal): -8828178 or 15616633. OLE color: 15616633.

HSL color Cylindrical-coordinate representation of color #794AEE: hue angle of 257.2º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794AEE is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 74 238 -
CMYK 0.49 0.69 0 0.07
HSL 257.2º 0.83% 0.61% -
HSV(B) 257.2º 0.69% 0.93% -
XYZ 25.77 15.14 82.45 -
YUV 106.75 202.07 138.16 -
System Red Green Blue C M Y K H S L
Decimal 121 74 238 0.49 0.69 0 0.07 257.2 0.83 0.61
Hex 79 4A EE 31 45 0 7 101 53 3D
Octal 171 112 356 61 105 0 7 401 123 75
Binary 1111001 1001010 11101110 110001 1000101 0 111 100000001 1010011 111101

Color Harmonies of #794AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AEE

Black with #794AEE

Text Example


Text Example

White with #794AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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