#7974dc

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

Shades of Medium Slate Blue #7974DC

Tints of Medium Slate Blue #7974DC

Color information

#7974DC (or 0x7974DC) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 74 and DC. RGB value is (121,116,220). Sum of RGB (Red+Green+Blue) = 121+116+220=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #7974DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7974DC is #868B23. Grayscale: #808080. Windows color (decimal): -8817444 or 14447737. OLE color: 14447737.

HSL color Cylindrical-coordinate representation of color #7974DC: hue angle of 242.88º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7974DC is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121116220-
CMYK0.450.4700.14
HSL242.88º59.77%65.88%-
HSV(B)242.88º47.27%86.27%-
XYZ27.0521.7270.48-
YUV129.35179.16122.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.48%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 220 (86.33% from 255) = 48.14%
R=26.48%
G=25.38%
B=48.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211162200.450.4700.14242.8859.7765.88
Hex7974DC2D2F0Ef33c42
Octal171164334555701636374102
Binary111100111101001101110010110110111101110111100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7974dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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