Html Css Color HEX #794BFF Medium Slate Blue

📋 copy color: '#794BFF'

red 121 ◦ green 75 ◦ blue 255

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

Shades of Medium Slate Blue #794BFF

Tints of Medium Slate Blue #794BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.63%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 26.83%
G = 16.63%
B = 56.54%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#794BFF (or 0x794BFF) is known color: Medium Slate Blue. HEX triplet: 79, 4B and FF. RGB value is (121,75,255). Sum of RGB (Red+Green+Blue) = 121+75+255=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #794BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794BFF is #86B400. Grayscale: #6C6C6C. Windows color (decimal): -8827905 or 16731001. OLE color: 16731001.

HSL color Cylindrical-coordinate representation of color #794BFF: hue angle of 255.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #794BFF is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 75 255 -
CMYK 0.53 0.71 0 0
HSL 255.33º 1% 0.65% -
HSV(B) 255.33º 0.71% 1% -
XYZ 28.45 16.32 96.26 -
YUV 109.27 210.24 136.36 -
System Red Green Blue C M Y K H S L
Decimal 121 75 255 0.53 0.71 0 0 255.33 1 0.65
Hex 79 4B FF 35 47 0 0 FF 64 41
Octal 171 113 377 65 107 0 0 377 144 101
Binary 1111001 1001011 11111111 110101 1000111 0 0 11111111 1100100 1000001

Color Harmonies of #794BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BFF

Black with #794BFF

Text Example


Text Example

White with #794BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,75,255); }

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

background-color css

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

 a { background-color: rgb(121,75,255); }

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

border-color css

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

 span { border-color: rgb(121,75,255); }

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