Html Css Color HEX #794FEB Medium Slate Blue

📋 copy color: '#794FEB'

red 121 ◦ green 79 ◦ blue 235

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

Shades of Medium Slate Blue #794FEB

Tints of Medium Slate Blue #794FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.02%

R = 27.82%
G = 18.16%
B = 54.02%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#794FEB (or 0x794FEB) is known color: Medium Slate Blue. HEX triplet: 79, 4F and EB. RGB value is (121,79,235). Sum of RGB (Red+Green+Blue) = 121+79+235=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #794FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794FEB is #86B014. Grayscale: #6C6C6C. Windows color (decimal): -8826901 or 15421305. OLE color: 15421305.

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

Color convert

RGB 121 79 235 -
CMYK 0.49 0.66 0 0.08
HSL 256.15º 0.8% 0.62% -
HSV(B) 256.15º 0.66% 0.92% -
XYZ 25.68 15.66 80.27 -
YUV 109.34 198.91 136.32 -
System Red Green Blue C M Y K H S L
Decimal 121 79 235 0.49 0.66 0 0.08 256.15 0.8 0.62
Hex 79 4F EB 31 42 0 8 100 50 3E
Octal 171 117 353 61 102 0 10 400 120 76
Binary 1111001 1001111 11101011 110001 1000010 0 1000 100000000 1010000 111110

Color Harmonies of #794FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FEB

Black with #794FEB

Text Example


Text Example

White with #794FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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