Html Css Color HEX #7946EF Medium Slate Blue

📋 copy color: '#7946EF'

red 121 ◦ green 70 ◦ blue 239

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

Shades of Medium Slate Blue #7946EF

Tints of Medium Slate Blue #7946EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 28.14%
G = 16.28%
B = 55.58%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7946EF (or 0x7946EF) is known color: Medium Slate Blue. HEX triplet: 79, 46 and EF. RGB value is (121,70,239). Sum of RGB (Red+Green+Blue) = 121+70+239=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #7946EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7946EF is #86B910. Grayscale: #676767. Windows color (decimal): -8829201 or 15681145. OLE color: 15681145.

HSL color Cylindrical-coordinate representation of color #7946EF: hue angle of 258.11º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7946EF is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 70 239 -
CMYK 0.49 0.71 0 0.06
HSL 258.11º 0.84% 0.61% -
HSV(B) 258.11º 0.71% 0.94% -
XYZ 25.66 14.68 83.14 -
YUV 104.52 203.9 139.76 -
System Red Green Blue C M Y K H S L
Decimal 121 70 239 0.49 0.71 0 0.06 258.11 0.84 0.61
Hex 79 46 EF 31 47 0 6 102 54 3D
Octal 171 106 357 61 107 0 6 402 124 75
Binary 1111001 1000110 11101111 110001 1000111 0 110 100000010 1010100 111101

Color Harmonies of #7946EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7946EF

Black with #7946EF

Text Example


Text Example

White with #7946EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7946EF; }

 p { color: rgb(121,70,239); }

 H1.HeaderClassName
 {
   color: #7946EF;
 }
 .AnyTagClassName
 {
   color: #7946EF;
 }
</style>

background-color css

<style>
 a { background-color: #7946EF; }

 a { background-color: rgb(121,70,239); }

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

border-color css

<style>
 span { border-color: #7946EF; }

 span { border-color: rgb(121,70,239); }

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