#7974EC

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

Shades of Medium Slate Blue #7974EC

Tints of Medium Slate Blue #7974EC

Color information

#7974EC (or 0x7974EC) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 74 and EC. RGB value is (121,116,236). Sum of RGB (Red+Green+Blue) = 121+116+236=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #7974EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7974EC is #868B13. Grayscale: #828282. Windows color (decimal): -8817428 or 15496313. OLE color: 15496313.

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

Color convert

RGB121116236-
CMYK0.490.5100.07
HSL242.5º75.95%69.02%-
HSV(B)242.5º50.85%92.55%-
XYZ29.2722.6182.18-
YUV131.18187.16120.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.58%
GREEN value IS 116 (45.70% from 255) = 24.52%
BLUE value IS 236 (92.58% from 255) = 49.89%
R=25.58%
G=24.52%
B=49.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211162360.490.5100.07242.575.9569.02
Hex7974EC313307f24c45
Octal171164354616307362114105
Binary111100111101001110110011000111001101111111001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7974EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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