Html Css Color HEX #794FEF Medium Slate Blue

📋 copy color: '#794FEF'

red 121 ◦ green 79 ◦ blue 239

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

Shades of Medium Slate Blue #794FEF

Tints of Medium Slate Blue #794FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.44%

R = 27.56%
G = 18%
B = 54.44%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#794FEF (or 0x794FEF) is known color: Medium Slate Blue. HEX triplet: 79, 4F and EF. RGB value is (121,79,239). Sum of RGB (Red+Green+Blue) = 121+79+239=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #794FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794FEF is #86B010. Grayscale: #6D6D6D. Windows color (decimal): -8826897 or 15683449. OLE color: 15683449.

HSL color Cylindrical-coordinate representation of color #794FEF: hue angle of 255.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #794FEF is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 79 239 -
CMYK 0.49 0.67 0 0.06
HSL 255.75º 0.83% 0.62% -
HSV(B) 255.75º 0.67% 0.94% -
XYZ 26.26 15.89 83.34 -
YUV 109.8 200.91 135.99 -
System Red Green Blue C M Y K H S L
Decimal 121 79 239 0.49 0.67 0 0.06 255.75 0.83 0.62
Hex 79 4F EF 31 43 0 6 100 53 3E
Octal 171 117 357 61 103 0 6 400 123 76
Binary 1111001 1001111 11101111 110001 1000011 0 110 100000000 1010011 111110

Color Harmonies of #794FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FEF

Black with #794FEF

Text Example


Text Example

White with #794FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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