Html Css Color HEX #794CF0 Medium Slate Blue

📋 copy color: '#794CF0'

red 121 ◦ green 76 ◦ blue 240

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

Shades of Medium Slate Blue #794CF0

Tints of Medium Slate Blue #794CF0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.39%

 BLUE value IS 240 (94.14% from 255) = 54.92%

R = 27.69%
G = 17.39%
B = 54.92%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#794CF0 (or 0x794CF0) is known color: Medium Slate Blue. HEX triplet: 79, 4C and F0. RGB value is (121,76,240). Sum of RGB (Red+Green+Blue) = 121+76+240=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #794CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794CF0 is #86B30F. Grayscale: #6B6B6B. Windows color (decimal): -8827664 or 15748217. OLE color: 15748217.

HSL color Cylindrical-coordinate representation of color #794CF0: hue angle of 256.46º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #794CF0 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 76 240 -
CMYK 0.50 0.68 0 0.06
HSL 256.46º 0.85% 0.62% -
HSV(B) 256.46º 0.68% 0.94% -
XYZ 26.2 15.53 84.05 -
YUV 108.15 202.41 137.16 -
System Red Green Blue C M Y K H S L
Decimal 121 76 240 0.50 0.68 0 0.06 256.46 0.85 0.62
Hex 79 4C F0 32 44 0 6 100 55 3E
Octal 171 114 360 62 104 0 6 400 125 76
Binary 1111001 1001100 11110000 110010 1000100 0 110 100000000 1010101 111110

Color Harmonies of #794CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CF0

Black with #794CF0

Text Example


Text Example

White with #794CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,76,240); }

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

background-color css

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

 a { background-color: rgb(121,76,240); }

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

border-color css

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

 span { border-color: rgb(121,76,240); }

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