#7970EF

Color #7970EF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7970EF

Tints of Medium Slate Blue #7970EF

Color information

#7970EF (or 0x7970EF) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 70 and EF. RGB value is (121,112,239). Sum of RGB (Red+Green+Blue) = 121+112+239=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #7970EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7970EF is #868F10. Grayscale: #808080. Windows color (decimal): -8818449 or 15691897. OLE color: 15691897.

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

Color convert

RGB121112239-
CMYK0.490.5300.06
HSL244.25º79.87%68.82%-
HSV(B)244.25º53.14%93.73%-
XYZ29.2621.8984.34-
YUV129.17189.98122.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.64%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 239 (93.75% from 255) = 50.64%
R=25.64%
G=23.73%
B=50.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1211122390.490.5300.06244.2579.8768.82
Hex7970EF313506f45045
Octal171160357616506364120105
Binary111100111100001110111111000111010101101111010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7970EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7970EF;
 }
 .AnyTagClassName
 {
   color: #7970EF;
 }
</style>
background-color css

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

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

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

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

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

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