Html Css Color HEX #7970EC Medium Slate Blue

📋 copy color: '#7970EC'

red 121 ◦ green 112 ◦ blue 236

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

Shades of Medium Slate Blue #7970EC

Tints of Medium Slate Blue #7970EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.88%

 BLUE value IS 236 (92.58% from 255) = 50.32%

R = 25.8%
G = 23.88%
B = 50.32%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7970EC (or 0x7970EC) is known color: Medium Slate Blue. HEX triplet: 79, 70 and EC. RGB value is (121,112,236). Sum of RGB (Red+Green+Blue) = 121+112+236=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #7970EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7970EC is #868F13. Grayscale: #808080. Windows color (decimal): -8818452 or 15495289. OLE color: 15495289.

HSL color Cylindrical-coordinate representation of color #7970EC: hue angle of 244.35º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7970EC is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 112 236 -
CMYK 0.49 0.53 0 0.07
HSL 244.35º 0.77% 0.68% -
HSV(B) 244.35º 0.53% 0.93% -
XYZ 28.82 21.71 82.03 -
YUV 128.83 188.48 122.42 -
System Red Green Blue C M Y K H S L
Decimal 121 112 236 0.49 0.53 0 0.07 244.35 0.77 0.68
Hex 79 70 EC 31 35 0 7 F4 4D 44
Octal 171 160 354 61 65 0 7 364 115 104
Binary 1111001 1110000 11101100 110001 110101 0 111 11110100 1001101 1000100

Color Harmonies of #7970EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7970EC

Black with #7970EC

Text Example


Text Example

White with #7970EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7970EC; }

 p { color: rgb(121,112,236); }

 H1.HeaderClassName
 {
   color: #7970EC;
 }
 .AnyTagClassName
 {
   color: #7970EC;
 }
</style>

background-color css

<style>
 a { background-color: #7970EC; }

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

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

border-color css

<style>
 span { border-color: #7970EC; }

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

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