Html Css Color HEX #794DFB Medium Slate Blue

📋 copy color: '#794DFB'

red 121 ◦ green 77 ◦ blue 251

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

Shades of Medium Slate Blue #794DFB

Tints of Medium Slate Blue #794DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 26.95%
G = 17.15%
B = 55.9%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#794DFB (or 0x794DFB) is known color: Medium Slate Blue. HEX triplet: 79, 4D and FB. RGB value is (121,77,251). Sum of RGB (Red+Green+Blue) = 121+77+251=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #794DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794DFB is #86B204. Grayscale: #6D6D6D. Windows color (decimal): -8827397 or 16469369. OLE color: 16469369.

HSL color Cylindrical-coordinate representation of color #794DFB: hue angle of 255.17º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794DFB is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 77 251 -
CMYK 0.52 0.69 0 0.02
HSL 255.17º 0.96% 0.64% -
HSV(B) 255.17º 0.69% 0.98% -
XYZ 27.95 16.34 92.95 -
YUV 109.99 207.58 135.85 -
System Red Green Blue C M Y K H S L
Decimal 121 77 251 0.52 0.69 0 0.02 255.17 0.96 0.64
Hex 79 4D FB 34 45 0 2 FF 60 40
Octal 171 115 373 64 105 0 2 377 140 100
Binary 1111001 1001101 11111011 110100 1000101 0 10 11111111 1100000 1000000

Color Harmonies of #794DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DFB

Black with #794DFB

Text Example


Text Example

White with #794DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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