Html Css Color HEX #7964EF Medium Slate Blue

📋 copy color: '#7964EF'

red 121 ◦ green 100 ◦ blue 239

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

Shades of Medium Slate Blue #7964EF

Tints of Medium Slate Blue #7964EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.74%

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

R = 26.3%
G = 21.74%
B = 51.96%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7964EF (or 0x7964EF) is known color: Medium Slate Blue. HEX triplet: 79, 64 and EF. RGB value is (121,100,239). Sum of RGB (Red+Green+Blue) = 121+100+239=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #7964EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7964EF is #869B10. Grayscale: #797979. Windows color (decimal): -8821521 or 15688825. OLE color: 15688825.

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

Color convert

RGB 121 100 239 -
CMYK 0.49 0.58 0 0.06
HSL 249.06º 0.81% 0.66% -
HSV(B) 249.06º 0.58% 0.94% -
XYZ 28.02 19.41 83.93 -
YUV 122.13 193.96 127.2 -
System Red Green Blue C M Y K H S L
Decimal 121 100 239 0.49 0.58 0 0.06 249.06 0.81 0.66
Hex 79 64 EF 31 3A 0 6 F9 51 42
Octal 171 144 357 61 72 0 6 371 121 102
Binary 1111001 1100100 11101111 110001 111010 0 110 11111001 1010001 1000010

Color Harmonies of #7964EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7964EF

Black with #7964EF

Text Example


Text Example

White with #7964EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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