Html Css Color HEX #794AFE Medium Slate Blue

📋 copy color: '#794AFE'

red 121 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #794AFE

Tints of Medium Slate Blue #794AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 26.95%
G = 16.48%
B = 56.57%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#794AFE (or 0x794AFE) is known color: Medium Slate Blue. HEX triplet: 79, 4A and FE. RGB value is (121,74,254). Sum of RGB (Red+Green+Blue) = 121+74+254=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #794AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794AFE is #86B501. Grayscale: #6B6B6B. Windows color (decimal): -8828162 or 16665209. OLE color: 16665209.

HSL color Cylindrical-coordinate representation of color #794AFE: hue angle of 255.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #794AFE is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 74 254 -
CMYK 0.52 0.71 0 0.00
HSL 255.67º 0.99% 0.64% -
HSV(B) 255.67º 0.71% 1% -
XYZ 28.22 16.12 95.39 -
YUV 108.57 210.07 136.86 -
System Red Green Blue C M Y K H S L
Decimal 121 74 254 0.52 0.71 0 0.00 255.67 0.99 0.64
Hex 79 4A FE 34 47 0 0 100 63 40
Octal 171 112 376 64 107 0 0 400 143 100
Binary 1111001 1001010 11111110 110100 1000111 0 0 100000000 1100011 1000000

Color Harmonies of #794AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AFE

Black with #794AFE

Text Example


Text Example

White with #794AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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