Html Css Color HEX #794AF8 Medium Slate Blue

📋 copy color: '#794AF8'

red 121 ◦ green 74 ◦ blue 248

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

Shades of Medium Slate Blue #794AF8

Tints of Medium Slate Blue #794AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 55.98%

R = 27.31%
G = 16.7%
B = 55.98%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#794AF8 (or 0x794AF8) is known color: Medium Slate Blue. HEX triplet: 79, 4A and F8. RGB value is (121,74,248). Sum of RGB (Red+Green+Blue) = 121+74+248=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #794AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794AF8 is #86B507. Grayscale: #6B6B6B. Windows color (decimal): -8828168 or 16271993. OLE color: 16271993.

HSL color Cylindrical-coordinate representation of color #794AF8: hue angle of 256.21º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #794AF8 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 121 74 248 -
CMYK 0.51 0.70 0 0.03
HSL 256.21º 0.93% 0.63% -
HSV(B) 256.21º 0.7% 0.97% -
XYZ 27.28 15.74 90.41 -
YUV 107.89 207.07 137.35 -
System Red Green Blue C M Y K H S L
Decimal 121 74 248 0.51 0.70 0 0.03 256.21 0.93 0.63
Hex 79 4A F8 33 46 0 3 100 5D 3F
Octal 171 112 370 63 106 0 3 400 135 77
Binary 1111001 1001010 11111000 110011 1000110 0 11 100000000 1011101 111111

Color Harmonies of #794AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AF8

Black with #794AF8

Text Example


Text Example

White with #794AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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