Html Css Color HEX #794BFC Medium Slate Blue

📋 copy color: '#794BFC'

red 121 ◦ green 75 ◦ blue 252

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

Shades of Medium Slate Blue #794BFC

Tints of Medium Slate Blue #794BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 27.01%
G = 16.74%
B = 56.25%

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

#794BFC (or 0x794BFC) is known color: Medium Slate Blue. HEX triplet: 79, 4B and FC. RGB value is (121,75,252). Sum of RGB (Red+Green+Blue) = 121+75+252=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #794BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794BFC is #86B403. Grayscale: #6C6C6C. Windows color (decimal): -8827908 or 16534393. OLE color: 16534393.

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

Color convert

RGB 121 75 252 -
CMYK 0.52 0.70 0 0.01
HSL 255.59º 0.97% 0.64% -
HSV(B) 255.59º 0.7% 0.99% -
XYZ 27.97 16.13 93.73 -
YUV 108.93 208.74 136.61 -
System Red Green Blue C M Y K H S L
Decimal 121 75 252 0.52 0.70 0 0.01 255.59 0.97 0.64
Hex 79 4B FC 34 46 0 1 100 61 40
Octal 171 113 374 64 106 0 1 400 141 100
Binary 1111001 1001011 11111100 110100 1000110 0 1 100000000 1100001 1000000

Color Harmonies of #794BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BFC

Black with #794BFC

Text Example


Text Example

White with #794BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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