Html Css Color HEX #7979EF Medium Slate Blue

📋 copy color: '#7979EF'

red 121 ◦ green 121 ◦ blue 239

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

Shades of Medium Slate Blue #7979EF

Tints of Medium Slate Blue #7979EF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

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

R = 25.16%
G = 25.16%
B = 49.69%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7979EF (or 0x7979EF) is known color: Medium Slate Blue. HEX triplet: 79, 79 and EF. RGB value is (121,121,239). Sum of RGB (Red+Green+Blue) = 121+121+239=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #7979EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7979EF is #868610. Grayscale: #858585. Windows color (decimal): -8816145 or 15694201. OLE color: 15694201.

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

Color convert

RGB 121 121 239 -
CMYK 0.49 0.49 0 0.06
HSL 240º 0.79% 0.71% -
HSV(B) 240º 0.49% 0.94% -
XYZ 30.3 23.97 84.69 -
YUV 134.45 187 118.41 -
System Red Green Blue C M Y K H S L
Decimal 121 121 239 0.49 0.49 0 0.06 240 0.79 0.71
Hex 79 79 EF 31 31 0 6 F0 4F 47
Octal 171 171 357 61 61 0 6 360 117 107
Binary 1111001 1111001 11101111 110001 110001 0 110 11110000 1001111 1000111

Color Harmonies of #7979EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7979EF

Black with #7979EF

Text Example


Text Example

White with #7979EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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