Html Css Color HEX #794DFD Medium Slate Blue

📋 copy color: '#794DFD'

red 121 ◦ green 77 ◦ blue 253

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

Shades of Medium Slate Blue #794DFD

Tints of Medium Slate Blue #794DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.07%

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 26.83%
G = 17.07%
B = 56.1%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#794DFD (or 0x794DFD) is known color: Medium Slate Blue. HEX triplet: 79, 4D and FD. RGB value is (121,77,253). Sum of RGB (Red+Green+Blue) = 121+77+253=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #794DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794DFD is #86B202. Grayscale: #6D6D6D. Windows color (decimal): -8827395 or 16600441. OLE color: 16600441.

HSL color Cylindrical-coordinate representation of color #794DFD: hue angle of 255º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #794DFD is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 77 253 -
CMYK 0.52 0.70 0 0.01
HSL 255º 0.98% 0.65% -
HSV(B) 255º 0.7% 0.99% -
XYZ 28.27 16.46 94.62 -
YUV 110.22 208.58 135.69 -
System Red Green Blue C M Y K H S L
Decimal 121 77 253 0.52 0.70 0 0.01 255 0.98 0.65
Hex 79 4D FD 34 46 0 1 FF 62 41
Octal 171 115 375 64 106 0 1 377 142 101
Binary 1111001 1001101 11111101 110100 1000110 0 1 11111111 1100010 1000001

Color Harmonies of #794DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DFD

Black with #794DFD

Text Example


Text Example

White with #794DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,77,253); }

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

background-color css

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

 a { background-color: rgb(121,77,253); }

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

border-color css

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

 span { border-color: rgb(121,77,253); }

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