Html Css Color HEX #794EFA Medium Slate Blue

📋 copy color: '#794EFA'

red 121 ◦ green 78 ◦ blue 250

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

Shades of Medium Slate Blue #794EFA

Tints of Medium Slate Blue #794EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.37%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 26.95%
G = 17.37%
B = 55.68%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#794EFA (or 0x794EFA) is known color: Medium Slate Blue. HEX triplet: 79, 4E and FA. RGB value is (121,78,250). Sum of RGB (Red+Green+Blue) = 121+78+250=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #794EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794EFA is #86B105. Grayscale: #6D6D6D. Windows color (decimal): -8827142 or 16404089. OLE color: 16404089.

HSL color Cylindrical-coordinate representation of color #794EFA: hue angle of 255º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794EFA is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 78 250 -
CMYK 0.52 0.69 0 0.02
HSL 255º 0.95% 0.64% -
HSV(B) 255º 0.69% 0.98% -
XYZ 27.86 16.42 92.14 -
YUV 110.47 206.75 135.51 -
System Red Green Blue C M Y K H S L
Decimal 121 78 250 0.52 0.69 0 0.02 255 0.95 0.64
Hex 79 4E FA 34 45 0 2 FF 5F 40
Octal 171 116 372 64 105 0 2 377 137 100
Binary 1111001 1001110 11111010 110100 1000101 0 10 11111111 1011111 1000000

Color Harmonies of #794EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EFA

Black with #794EFA

Text Example


Text Example

White with #794EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,78,250); }

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

background-color css

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

 a { background-color: rgb(121,78,250); }

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

border-color css

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

 span { border-color: rgb(121,78,250); }

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