Html Css Color HEX #794FFC Medium Slate Blue

📋 copy color: '#794FFC'

red 121 ◦ green 79 ◦ blue 252

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

Shades of Medium Slate Blue #794FFC

Tints of Medium Slate Blue #794FFC

RGB

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

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

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

R = 26.77%
G = 17.48%
B = 55.75%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#794FFC (or 0x794FFC) is known color: Medium Slate Blue. HEX triplet: 79, 4F and FC. RGB value is (121,79,252). Sum of RGB (Red+Green+Blue) = 121+79+252=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #794FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794FFC is #86B003. Grayscale: #6E6E6E. Windows color (decimal): -8826884 or 16535417. OLE color: 16535417.

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

Color convert

RGB 121 79 252 -
CMYK 0.52 0.69 0 0.01
HSL 254.57º 0.97% 0.65% -
HSV(B) 254.57º 0.69% 0.99% -
XYZ 28.25 16.69 93.83 -
YUV 111.28 207.41 134.93 -
System Red Green Blue C M Y K H S L
Decimal 121 79 252 0.52 0.69 0 0.01 254.57 0.97 0.65
Hex 79 4F FC 34 45 0 1 FF 61 41
Octal 171 117 374 64 105 0 1 377 141 101
Binary 1111001 1001111 11111100 110100 1000101 0 1 11111111 1100001 1000001

Color Harmonies of #794FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FFC

Black with #794FFC

Text Example


Text Example

White with #794FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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