#7960DF

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

Shades of Medium Slate Blue #7960DF

Tints of Medium Slate Blue #7960DF

Color information

#7960DF (or 0x7960DF) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 60 and DF. RGB value is (121,96,223). Sum of RGB (Red+Green+Blue) = 121+96+223=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #7960DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960DF is #869F20. Grayscale: #757575. Windows color (decimal): -8822561 or 14639225. OLE color: 14639225.

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

Color convert

RGB12196223-
CMYK0.460.5700.13
HSL251.81º66.49%62.55%-
HSV(B)251.81º56.95%87.45%-
XYZ25.3917.7671.9-
YUV117.95187.28130.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 223 (87.5% from 255) = 50.68%
R=27.5%
G=21.82%
B=50.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121962230.460.5700.13251.8166.4962.55
Hex7960DF2E390Dfc423f
Octal171140337567101537410277
Binary111100111000001101111110111011100101101111111001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7960DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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