Html Css Color HEX #794AF1 Medium Slate Blue

📋 copy color: '#794AF1'

red 121 ◦ green 74 ◦ blue 241

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

Shades of Medium Slate Blue #794AF1

Tints of Medium Slate Blue #794AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

 BLUE value IS 241 (94.53% from 255) = 55.28%

R = 27.75%
G = 16.97%
B = 55.28%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#794AF1 (or 0x794AF1) is known color: Medium Slate Blue. HEX triplet: 79, 4A and F1. RGB value is (121,74,241). Sum of RGB (Red+Green+Blue) = 121+74+241=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #794AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794AF1 is #86B50E. Grayscale: #6A6A6A. Windows color (decimal): -8828175 or 15813241. OLE color: 15813241.

HSL color Cylindrical-coordinate representation of color #794AF1: hue angle of 256.89º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794AF1 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 74 241 -
CMYK 0.50 0.69 0 0.05
HSL 256.89º 0.86% 0.62% -
HSV(B) 256.89º 0.69% 0.95% -
XYZ 26.21 15.31 84.79 -
YUV 107.09 203.57 137.92 -
System Red Green Blue C M Y K H S L
Decimal 121 74 241 0.50 0.69 0 0.05 256.89 0.86 0.62
Hex 79 4A F1 32 45 0 5 101 56 3E
Octal 171 112 361 62 105 0 5 401 126 76
Binary 1111001 1001010 11110001 110010 1000101 0 101 100000001 1010110 111110

Color Harmonies of #794AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AF1

Black with #794AF1

Text Example


Text Example

White with #794AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,74,241); }

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

background-color css

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

 a { background-color: rgb(121,74,241); }

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

border-color css

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

 span { border-color: rgb(121,74,241); }

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