Html Css Color HEX #794FEA Medium Slate Blue

📋 copy color: '#794FEA'

red 121 ◦ green 79 ◦ blue 234

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

Shades of Medium Slate Blue #794FEA

Tints of Medium Slate Blue #794FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.2%

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

R = 27.88%
G = 18.2%
B = 53.92%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#794FEA (or 0x794FEA) is known color: Medium Slate Blue. HEX triplet: 79, 4F and EA. RGB value is (121,79,234). Sum of RGB (Red+Green+Blue) = 121+79+234=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #794FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794FEA is #86B015. Grayscale: #6C6C6C. Windows color (decimal): -8826902 or 15355769. OLE color: 15355769.

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

Color convert

RGB 121 79 234 -
CMYK 0.48 0.66 0 0.08
HSL 256.26º 0.79% 0.61% -
HSV(B) 256.26º 0.66% 0.92% -
XYZ 25.53 15.6 79.51 -
YUV 109.23 198.41 136.4 -
System Red Green Blue C M Y K H S L
Decimal 121 79 234 0.48 0.66 0 0.08 256.26 0.79 0.61
Hex 79 4F EA 30 42 0 8 100 4F 3D
Octal 171 117 352 60 102 0 10 400 117 75
Binary 1111001 1001111 11101010 110000 1000010 0 1000 100000000 1001111 111101

Color Harmonies of #794FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FEA

Black with #794FEA

Text Example


Text Example

White with #794FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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