#7979DF

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

Shades of Medium Slate Blue #7979DF

Tints of Medium Slate Blue #7979DF

Color information

#7979DF (or 0x7979DF) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 79 and DF. RGB value is (121,121,223). Sum of RGB (Red+Green+Blue) = 121+121+223=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #7979DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7979DF is #868620. Grayscale: #848484. Windows color (decimal): -8816161 or 14645625. OLE color: 14645625.

HSL color Cylindrical-coordinate representation of color #7979DF: hue angle of 240º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7979DF is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121121223-
CMYK0.460.4600.13
HSL240º61.45%67.45%-
HSV(B)240º45.74%87.45%-
XYZ28.0423.0772.79-
YUV132.63179119.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.02%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 223 (87.5% from 255) = 47.96%
R=26.02%
G=26.02%
B=47.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211212230.460.4600.1324061.4567.45
Hex7979DF2E2E0Df03d43
Octal171171337565601536075103
Binary111100111110011101111110111010111001101111100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7979DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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